diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-06-11 14:44:02 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-06-11 14:44:02 +1000 |
commit | 725286e2239ad3a2f918602a40bd43a94739e6d6 (patch) | |
tree | 07de49bc9cc3a51c37acd0adacd0c8c936c52164 /ChangeLog | |
parent | 1534fa41e07283acf83a50e6c2bbc8ca2f71ab97 (diff) |
- (dtucker) [includes.h] Bug #1243: HAVE_PATHS -> HAVE_PATHS_H. Should
prevent warnings about redefinitions of various things in paths.h.
Spotted by cartmanltd at hotmail.com.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -29,6 +29,9 @@ | |||
29 | - (dtucker) [openbsd-compat/bsd-misc.c] According to the spec the "remainder" | 29 | - (dtucker) [openbsd-compat/bsd-misc.c] According to the spec the "remainder" |
30 | argument to nanosleep may be NULL. Currently this never happens in OpenSSH, | 30 | argument to nanosleep may be NULL. Currently this never happens in OpenSSH, |
31 | but check anyway in case this changes or the code gets used elsewhere. | 31 | but check anyway in case this changes or the code gets used elsewhere. |
32 | - (dtucker) [includes.h] Bug #1243: HAVE_PATHS -> HAVE_PATHS_H. Should | ||
33 | prevent warnings about redefinitions of various things in paths.h. | ||
34 | Spotted by cartmanltd at hotmail.com. | ||
32 | 35 | ||
33 | 20070605 | 36 | 20070605 |
34 | - (dtucker) OpenBSD CVS Sync | 37 | - (dtucker) OpenBSD CVS Sync |
@@ -3004,4 +3007,4 @@ | |||
3004 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3007 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3005 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3008 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3006 | 3009 | ||
3007 | $Id: ChangeLog,v 1.4686 2007/06/11 04:34:53 dtucker Exp $ | 3010 | $Id: ChangeLog,v 1.4687 2007/06/11 04:44:02 dtucker Exp $ |