Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: othersrc/libexec/tnftpd



Module Name:    othersrc
Committed By:   lukem
Date:           Tue Aug 10 00:53:35 UTC 2004

Modified Files:
        othersrc/libexec/tnftpd: ChangeLog tnftpd.h
        othersrc/libexec/tnftpd/src: ftpd.c

Log Message:
BSD/OS 3.0 portability fixes from Jeremy C. Reed:
        * Use _POSIX_LOGIN_NAME_MAX if sysconf(_SC_LOGIN_NAME_MAX)
          doesn't exist.
        * If _POSIX_LOGIN_NAME_MAX is missing, use LOGIN_NAME_MAX.
        * Provide definition for missing MAP_FAILED.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 othersrc/libexec/tnftpd/ChangeLog
cvs rdiff -r1.14 -r1.15 othersrc/libexec/tnftpd/tnftpd.h
cvs rdiff -r1.8 -r1.9 othersrc/libexec/tnftpd/src/ftpd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index