summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-14 11:39:45 +1100
committerDamien Miller <djm@mindrot.org>2001-03-14 11:39:45 +1100
commit3c02768950ba1f17dc90d9f4a9538a8eec711c4f (patch)
treefe2b9f417d7923cdb570ea6a67cfdc8a65877661 /ChangeLog
parent46e55aaabc33549b91a85052aa048dffaf061761 (diff)
- (djm) Add replacement glob() from OpenBSD libc if the system glob is
missing or lacks the GLOB_ALTDIRFUNC extension - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers relatively. Avoids conflict between glob.h and /usr/include/glob.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 872d94c47..d0621aafc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,11 @@
6 - djm@cvs.openbsd.org 2001/03/13 22:42:54 6 - djm@cvs.openbsd.org 2001/03/13 22:42:54
7 [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c] 7 [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
8 sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@ 8 sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
9 - Fix strerror() in bsd-misc.c 9 - (bal) Fix strerror() in bsd-misc.c
10 - (djm) Add replacement glob() from OpenBSD libc if the system glob is
11 missing or lacks the GLOB_ALTDIRFUNC extension
12 - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
13 relatively. Avoids conflict between glob.h and /usr/include/glob.h
10 14
1120010313 1520010313
12 - OpenBSD CVS Sync 16 - OpenBSD CVS Sync
@@ -4541,4 +4545,4 @@
4541 - Wrote replacements for strlcpy and mkdtemp 4545 - Wrote replacements for strlcpy and mkdtemp
4542 - Released 1.0pre1 4546 - Released 1.0pre1
4543 4547
4544$Id: ChangeLog,v 1.954 2001/03/13 23:38:20 mouring Exp $ 4548$Id: ChangeLog,v 1.955 2001/03/14 00:39:45 djm Exp $