Subject: CVS commit: othersrc/libexec/tnftpd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/10/2004 00:53:35
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.