- (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
diff --git a/ChangeLog b/ChangeLog
index 872d94c..d0621aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,11 @@
   - djm@cvs.openbsd.org 2001/03/13 22:42:54
     [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
     sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
- - Fix strerror() in bsd-misc.c
+ - (bal) Fix strerror() in bsd-misc.c
+ - (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
 
 20010313
  - OpenBSD CVS Sync
@@ -4541,4 +4545,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.954 2001/03/13 23:38:20 mouring Exp $
+$Id: ChangeLog,v 1.955 2001/03/14 00:39:45 djm Exp $