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

Modified Files:
	othersrc/libexec/tnftpd: acconfig.h configure.in tnftpd.h

Log Message:
* Rename HAVE_QUAD_SUPPORT to the more mnemonic HAVE_WORKING_LONG_LONG.
* Don't bother providing compat defs for QUAD_{MIN,MAX} since
  they're not used anymore.
* Provide fallback compat def for LLONG_{MIN,MAX} even if
  LONG_LONG_{MIN,MAX} isn't available.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 othersrc/libexec/tnftpd/acconfig.h
cvs rdiff -r1.4 -r1.5 othersrc/libexec/tnftpd/configure.in
cvs rdiff -r1.10 -r1.11 othersrc/libexec/tnftpd/tnftpd.h

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