diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-04-29 14:49:21 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-04-29 14:49:21 +1000 |
commit | 391de5c0237a452d7653e88b54c825a5fb468e3a (patch) | |
tree | c71827c2486b9d356be5ec2a0a5ec92657703497 /ChangeLog | |
parent | 6d862a50dbe6a473c2e204d85d3e66e6a0293614 (diff) |
- (dtucker) [configure.ac defines.h] Prevent warnings about __attribute__
__nonnull__ for versions of GCC that don't support it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -8,6 +8,12 @@ | |||
8 | - (dtucker) [openbsd-compat/xmmap.c] Include stdlib.h for mkstemp prototype. | 8 | - (dtucker) [openbsd-compat/xmmap.c] Include stdlib.h for mkstemp prototype. |
9 | - (dtucker) [configure.ac defines.h] Have configure check for MAXSYMLINKS | 9 | - (dtucker) [configure.ac defines.h] Have configure check for MAXSYMLINKS |
10 | so we don't get redefinition warnings. | 10 | so we don't get redefinition warnings. |
11 | - (dtucker) [openbsd-compat/xmmap.c] Include stdlib.h for mkstemp prototype. | ||
12 | - (dtucker) [configure.ac defines.h] Prevent warnings about __attribute__ | ||
13 | __nonnull__ for versions of GCC that don't support it. | ||
14 | |||
15 | 20070406 | ||
16 | - (dtucker) [INSTALL] Update the systems that have PAM as standard. Link | ||
11 | 17 | ||
12 | 20070406 | 18 | 20070406 |
13 | - (dtucker) [INSTALL] Update the systems that have PAM as standard. Link | 19 | - (dtucker) [INSTALL] Update the systems that have PAM as standard. Link |
@@ -2889,4 +2895,4 @@ | |||
2889 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 2895 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
2890 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 2896 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
2891 | 2897 | ||
2892 | $Id: ChangeLog,v 1.4656 2007/04/29 04:39:02 dtucker Exp $ | 2898 | $Id: ChangeLog,v 1.4657 2007/04/29 04:49:21 dtucker Exp $ |