summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-10-26 16:48:13 +1000
committerDamien Miller <djm@mindrot.org>2007-10-26 16:48:13 +1000
commit0ff80a1b17ab5c804fc123f79ed59df2559884bb (patch)
treee26bfc6cc1a1f713d95d47b1740ff5468f63e5e2 /ChangeLog
parenta95c0c224bf0969d57fabb27004f4c9b810c26fa (diff)
- millert@cvs.openbsd.org 2004/10/07 16:56:11
GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE block. (NB. mostly an RCS ID sync, as portable strips out the conditionals)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b0c86e26d..dbae4398e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -127,6 +127,10 @@
127 [openbsd-compat/sys-queue.h] 127 [openbsd-compat/sys-queue.h]
128 Enable QUEUE_MACRO_DEBUG on DIAGNOSTIC kernels. 128 Enable QUEUE_MACRO_DEBUG on DIAGNOSTIC kernels.
129 Input and okays from krw@, millert@, otto@, deraadt@, miod@. 129 Input and okays from krw@, millert@, otto@, deraadt@, miod@.
130 - millert@cvs.openbsd.org 2004/10/07 16:56:11
131 GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE
132 block.
133 (NB. mostly an RCS ID sync, as portable strips out the conditionals)
130 - (djm) [regress/sftp-cmds.sh] 134 - (djm) [regress/sftp-cmds.sh]
131 Use more restrictive glob to pick up test files from /bin - some platforms 135 Use more restrictive glob to pick up test files from /bin - some platforms
132 ship broken symlinks there which could spoil the test. 136 ship broken symlinks there which could spoil the test.
@@ -3403,4 +3407,4 @@
3403 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3407 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3404 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3408 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3405 3409
3406$Id: ChangeLog,v 1.4792 2007/10/26 06:46:31 djm Exp $ 3410$Id: ChangeLog,v 1.4793 2007/10/26 06:48:13 djm Exp $