cvs commit: src/contrib/libpcap pcap-int.h
Bruce M Simpson
bms at FreeBSD.org
Wed Mar 31 10:14:28 PST 2004
bms 2004/03/31 10:14:28 PST
FreeBSD src repository
Modified files:
contrib/libpcap pcap-int.h
Log:
snprintf() and vsnprintf() are part of our base system libc, therefore
pcap should not fall back to its own implementations in the absence of
HAVE_SNPRINTF and HAVE_VSNPRINTF defines when compiled and installed
as part of the world. This should fix builds of pflogd and packages
depending on the base system libpcap.
Reported by: Andrzej Tobola
Revision Changes Path
1.8 +0 -10 src/contrib/libpcap/pcap-int.h
More information about the cvs-src
mailing list