summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-03-22 21:08:03 +0000
committerKevin Steves <stevesk@pobox.com>2002-03-22 21:08:03 +0000
commit4435a55a4ba0faa25f39aa883aac9d7d964a1858 (patch)
treed915e11a49edf54d5528d7e5844da26942a13864 /ChangeLog
parent219bef12c6fcfd0542d261c463eae0124efad93a (diff)
- (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
platforms may need this--I'm not sure. mmap() issues will need to be addressed further.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 35593dcd8..397defde5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
7 - (stevesk) [auth2.c] merge cleanup/sync 7 - (stevesk) [auth2.c] merge cleanup/sync
8 - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but 8 - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
9 is missing CMSG_LEN() and CMSG_SPACE() macros. 9 is missing CMSG_LEN() and CMSG_SPACE() macros.
10 - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
11 platforms may need this--I'm not sure. mmap() issues will need to be
12 addressed further.
10 13
1120020321 1420020321
12 - (bal) OpenBSD CVS Sync 15 - (bal) OpenBSD CVS Sync
@@ -8001,4 +8004,4 @@
8001 - Wrote replacements for strlcpy and mkdtemp 8004 - Wrote replacements for strlcpy and mkdtemp
8002 - Released 1.0pre1 8005 - Released 1.0pre1
8003 8006
8004$Id: ChangeLog,v 1.1972 2002/03/22 20:53:32 stevesk Exp $ 8007$Id: ChangeLog,v 1.1973 2002/03/22 21:08:03 stevesk Exp $