Subject: CVS commit: othersrc/libexec/tnftpd/libnetbsd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/16/2003 01:03:46
Module Name:	othersrc
Committed By:	lukem
Date:		Tue Dec 16 01:03:46 UTC 2003

Modified Files:
	othersrc/libexec/tnftpd/libnetbsd: strtoll.c

Log Message:
Sync to lib/libc/stdlib/strtoll.c 1.6:
    *	Use LLONG_{MIN,MAX} instead of QUAD_{MIN,MAX}
    *	Use "long long int" instead of "long long"
    *	Appease lint
    *	Use "long long" instead of "quad" in comments.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 othersrc/libexec/tnftpd/libnetbsd/strtoll.c

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