Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 2004 10:14:28 -0800 (PST)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/libpcap pcap-int.h
Message-ID:  <200403311814.i2VIESTq047199@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403311814.i2VIESTq047199>