summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-02-15 12:20:41 +1100
committerDarren Tucker <dtucker@zip.com.au>2013-02-15 12:20:41 +1100
commitf32db83f41cc0c1355ae28fd9df464ea56562d2d (patch)
treeb6d251148afcd5608f7ce21864c64d91ba5b0b5f /ChangeLog
parent5ceddc31cd654303086c81e0b17b73c4c6af5a5c (diff)
- (dtucker) [openbsd-compat/openbsd-compat.h] Add prototype for strtoul,
group strto* function prototypes together.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8edb2d888..88e4fe267 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
6 - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoull.c 6 - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoull.c
7 openbsd-compat/openbsd-compat.h] Add strtoull to compat library for 7 openbsd-compat/openbsd-compat.h] Add strtoull to compat library for
8 platforms that don't have it. 8 platforms that don't have it.
9 - (dtucker) [openbsd-compat/openbsd-compat.h] Add prototype for strtoul,
10 group strto* function prototypes together.
9 - (djm) OpenBSD CVS Sync 11 - (djm) OpenBSD CVS Sync
10 - djm@cvs.openbsd.org 2013/02/14 21:35:59 12 - djm@cvs.openbsd.org 2013/02/14 21:35:59
11 [auth2-pubkey.c] 13 [auth2-pubkey.c]