Subject: CVS commit: othersrc/libexec/tnftpd/libnetbsd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/26/2006 02:16:43
Module Name:	othersrc
Committed By:	lukem
Date:		Tue Sep 26 02:16:43 UTC 2006

Modified Files:
	othersrc/libexec/tnftpd/libnetbsd: ftpglob.h glob.c

Log Message:
Sync to NetBSD glob.h 1.21, glob.c 1.16:
* PR/33123: Murray Armfield: standards compliance & glob.h
  Certain fields in glob.h need to be size_t
* Use __gl_stat_t instead of struct stat
* Don't overflow when DEBUG is defined.
  PR/30833, from Tomas Skare.
* Use a separate macro, not DEBUG to enforce 8 bit chars [glob uses internally
  16 bit chars]. Fix lint complaint when compiling with 8 bit chars.
* Use strlcpy() instead of strcpy()


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 othersrc/libexec/tnftpd/libnetbsd/ftpglob.h \
    othersrc/libexec/tnftpd/libnetbsd/glob.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.