Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2003 13:22:55 -0800 (PST)
From:      Johan Karlsson <johan@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib realpath.3 realpath.c src/bin/realpath realpath.c
Message-ID:  <200301152122.h0FLMtdE034299@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
johan       2003/01/15 13:22:55 PST

  Modified files:
    lib/libc/stdlib      realpath.3 realpath.c 
    bin/realpath         realpath.c 
  Log:
  realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX.
  
  This also reverts the PATH_MAX -> MAXPATHLEN part of
  rev 1.3 of src/bin/realpath/realpath.c
  
  Requested by:   imp
  Reviewed by:    imp, bde
  
  Revision  Changes    Path
  1.5       +1 -1      src/bin/realpath/realpath.c
  1.12      +2 -2      src/lib/libc/stdlib/realpath.3
  1.12      +7 -7      src/lib/libc/stdlib/realpath.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?200301152122.h0FLMtdE034299>