diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-02-15 12:20:41 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-02-15 12:20:41 +1100 |
commit | f32db83f41cc0c1355ae28fd9df464ea56562d2d (patch) | |
tree | b6d251148afcd5608f7ce21864c64d91ba5b0b5f /ChangeLog | |
parent | 5ceddc31cd654303086c81e0b17b73c4c6af5a5c (diff) |
- (dtucker) [openbsd-compat/openbsd-compat.h] Add prototype for strtoul,
group strto* function prototypes together.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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] |