summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-18 15:29:28 +1100
committerDamien Miller <djm@mindrot.org>2001-02-18 15:29:28 +1100
commit877d8ea1442f92dbc5135a7e16d1bb9591abea54 (patch)
tree8c6b9d24877c81e169d8b8820e8ed614c9699bdb /ChangeLog
parenta1072a8e3728a044acfb96ca1e69aa0cb9c09aeb (diff)
- (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C. Miller <Todd.Miller@courtesan.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fb3ac0484..e5ff9f8c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,9 @@
24 - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for 24 - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
25 SIGALRM. 25 SIGALRM.
26 - (djm) Move entropy.c over to mysignal() 26 - (djm) Move entropy.c over to mysignal()
27 - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
28 a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
29 Miller <Todd.Miller@courtesan.com>
27 30
2820010217 3120010217
29 - (bal) OpenBSD Sync: 32 - (bal) OpenBSD Sync:
@@ -4031,4 +4034,4 @@
4031 - Wrote replacements for strlcpy and mkdtemp 4034 - Wrote replacements for strlcpy and mkdtemp
4032 - Released 1.0pre1 4035 - Released 1.0pre1
4033 4036
4034$Id: ChangeLog,v 1.796 2001/02/18 04:28:11 djm Exp $ 4037$Id: ChangeLog,v 1.797 2001/02/18 04:29:28 djm Exp $