Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 1996 21:31:50 -0800 (PST)
From:      Steve Price <steve>
To:        CVS-committers, cvs-all, cvs-bin
Subject:   cvs commit:  src/bin/sh cd.c
Message-ID:  <199612230531.VAA17702@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
steve       96/12/22 21:31:49

  Modified:    bin/sh    cd.c
  Log:
  Don't use _POSIX_PATH_MAX to limit the size of the path, instead
  use 'getcwd(NULL, 0)' just as pwd(1) does.
  
  Suggested by: bde
  
  Revision  Changes    Path
  1.9       +3 -3      src/bin/sh/cd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612230531.VAA17702>