Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
kleink
Sat Feb 14 12:33:23 PST 1998
Update of /cvsroot/src/include
In directory netbsd1:/var/slash-tmp/cvs-serv23716
Modified Files:
stdio.h
Log Message:
If standards-compliance is requested by defining the preprocessor symbols
_POSIX_SOURCE or _XOPEN_SOURCE at compile time, use __RENAME() to call
__posix_rename() instead of rename() in order to remove the requirement of
linking against libposix.
mellon
Sat Feb 14 12:34:04 PST 1998
Update of /cvsroot/src/libexec/ftpd
In directory netbsd1:/var/slash-tmp/cvs-serv24676
Modified Files:
Tag: netbsd-1-3
ftpcmd.y ftpd.8
Log Message:
Fix RNFR exploit
kleink
Sat Feb 14 12:39:27 PST 1998
Update of /cvsroot/src/include
In directory netbsd1:/var/slash-tmp/cvs-serv25066
Modified Files:
unistd.h
Log Message:
If standards-compliance is requested by defining the preprocessor symbols
_POSIX_SOURCE or _XOPEN_SOURCE at compile time, use __RENAME() to call
__posix_chown(), __posix_fchown(), __posix_lchown() and __posix_rename()
instead of their NetBSD counterparts in order to remove the requirement of
linking against libposix.
Home |
Main Index |
Thread Index |
Old Index