summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-10-26 16:40:20 +1000
committerDamien Miller <djm@mindrot.org>2007-10-26 16:40:20 +1000
commitb99f5f714ba889a831591a1bdf436e29041c7dab (patch)
treeb9a45833192f8f9aace08715166e68ea68068b39 /ChangeLog
parent0afeae426c7251877dfcfc6d8124ad5edc009557 (diff)
- grange@cvs.openbsd.org 2004/05/04 16:59:32
[openbsd-compat/sys-queue.h] Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d061c4de5..6627ebae4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -94,6 +94,11 @@
94 - tdeval@cvs.openbsd.org 2004/11/24 18:10:42 94 - tdeval@cvs.openbsd.org 2004/11/24 18:10:42
95 [openbsd-compat/sys-tree.h] 95 [openbsd-compat/sys-tree.h]
96 typo 96 typo
97 - grange@cvs.openbsd.org 2004/05/04 16:59:32
98 [openbsd-compat/sys-queue.h]
99 Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.
100 This matches our SLIST behaviour and NetBSD's SIMPLEQ as well.
101 ok millert krw deraadt
97 - (djm) [regress/sftp-cmds.sh] 102 - (djm) [regress/sftp-cmds.sh]
98 Use more restrictive glob to pick up test files from /bin - some platforms 103 Use more restrictive glob to pick up test files from /bin - some platforms
99 ship broken symlinks there which could spoil the test. 104 ship broken symlinks there which could spoil the test.
@@ -3370,4 +3375,4 @@
3370 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3375 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3371 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3376 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3372 3377
3373$Id: ChangeLog,v 1.4785 2007/10/26 06:39:05 djm Exp $ 3378$Id: ChangeLog,v 1.4786 2007/10/26 06:40:20 djm Exp $