Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2001 17:52:37 -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:  <200107290052.f6T0qcW89496@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mikeh       2001/07/28 17:52:37 PDT

  Modified files:
    include              glob.h 
    lib/libc/gen         glob.3 glob.c 
    libexec/ftpd         ftpd.c popen.c 
  Log:
  Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible
  with NetBSD and OpenBSD. glob(3) will now return GLOB_NOSPACE with
  errno set to 0 instead of GLOB_LIMIT when we match more than `gl_matchc'
  patterns. GLOB_MAXPATH has been left as an alias of GLOB_LIMIT to
  maintain backwards compatibility.
  
  Reviewed by:	sheldonh, assar
  Obtained from:	NetBSD/OpenBSD
  
  Revision  Changes    Path
  1.5       +5 -3      src/include/glob.h
  1.17      +17 -18    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 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?200107290052.f6T0qcW89496>