Subject: CVS commit: pkgsrc/pkgtools/libnbcompat/files
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 12/19/2003 22:40:04
Module Name: pkgsrc
Committed By: grant
Date: Fri Dec 19 22:40:04 UTC 2003
Modified Files:
pkgsrc/pkgtools/libnbcompat/files: 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.3 -r1.4 pkgsrc/pkgtools/libnbcompat/files/strtoll.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.