K 10 svn:author V 5 mikeh K 8 svn:date V 27 2001-08-09T00:53:18.000000Z K 7 svn:log V 538 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 END