CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/04 23:24:12
Modified files:
bin/pwd : pwd.c
Log message:
tame "stdio rpath" works for all use cases of pwd(1). In part this
success could be because our getcwd() is backed by a system call, unlike
historical practice. Didn't think it through competely, but this could
burn someone else later, if they try to port this code to another system.
Anyways, good enough for us.
all cases tested by doug
