Date: Wed, 8 Aug 2001 17:53:18 -0700 (PDT) From: Mike Heffner <mikeh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include glob.h src/lib/libc/gen glob.3 glob.c src/libexec/ftpd ftpd.c popen.c Message-ID: <200108090053.f790rIe23504@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mikeh 2001/08/08 17:53:18 PDT Modified files: (Branch: RELENG_4) include glob.h lib/libc/gen glob.3 glob.c libexec/ftpd ftpd.c popen.c Log: MFC: 1.5 +5 -3 src/include/glob.h 1.17 +17 -18 src/lib/libc/gen/glob.3 1.18 +3 -2 src/lib/libc/gen/glob.3 1.19 +2 -2 src/lib/libc/gen/glob.3 1.18 +9 -5 src/lib/libc/gen/glob.c 1.79 +2 -2 src/libexec/ftpd/ftpd.c 1.21 +2 -2 src/libexec/ftpd/popen.c To be more compatible with NetBSD/OpenBSD, rename the GLOB_MAXPATH flag to GLOB_LIMIT and use GLOB_NOSPACE with errno=0, instead of GLOB_LIMIT, when we reach the maximum number of matches. Approved by: re Revision Changes Path 1.3.6.2 +5 -3 src/include/glob.h 1.7.2.8 +18 -18 src/lib/libc/gen/glob.3 1.11.6.5 +9 -5 src/lib/libc/gen/glob.c 1.62.2.11 +2 -2 src/libexec/ftpd/ftpd.c 1.18.2.3 +2 -2 src/libexec/ftpd/popen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108090053.f790rIe23504>