From owner-freebsd-current@FreeBSD.ORG Sun Oct 21 18:04:23 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C75216A468 for ; Sun, 21 Oct 2007 18:04:23 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id D585013C4BD for ; Sun, 21 Oct 2007 18:04:22 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 25552 invoked by uid 399); 21 Oct 2007 02:04:01 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 21 Oct 2007 02:04:01 -0000 X-Originating-IP: 127.0.0.1 Date: Sat, 20 Oct 2007 19:03:59 -0700 (PDT) From: Doug Barton To: Max Laier , freebsd-current@freebsd.org In-Reply-To: <200710202023.l9KKNd8S045507@repoman.freebsd.org> Message-ID: References: <200710202023.l9KKNd8S045507@repoman.freebsd.org> X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpcap pcap.h X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2007 18:04:23 -0000 On Sat, 20 Oct 2007, Max Laier wrote: > mlaier 2007-10-20 20:23:39 UTC > > FreeBSD src repository > > Modified files: > contrib/libpcap pcap.h > Log: > Revert back to including the whole net/bpf.h again. > > Requested by: sam, nork > X-MFC after: now > > Revision Changes Path > 1.14 +1 -3 src/contrib/libpcap/pcap.h > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/contrib/libpcap/pcap.h.diff?&r1=1.13&r2=1.14&f=h Is it expected that I'll see this in HEAD after this commit? cc -O2 -fno-strict-aliasing -pipe -ggdb -DHAVE_CONFIG_H -Dyylval=pcapyylval -I/usr/local/src/lib/libpcap -I. -D_U_="__attribute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVAR_H -I/usr/local/src/lib/libpcap/../../contrib/libpcap -ggdb -c /usr/local/src/lib/libpcap/../../contrib/libpcap/pcap.c /usr/local/src/lib/libpcap/../../contrib/libpcap/pcap.c:382: error: 'DLT_MFR' undeclared here (not in a function) /usr/local/src/lib/libpcap/../../contrib/libpcap/pcap.c:383: error: 'DLT_JUNIPER_VP' undeclared here (not in a function) /usr/local/src/lib/libpcap/../../contrib/libpcap/pcap.c:385: error: 'DLT_A429' undeclared here (not in a function) /usr/local/src/lib/libpcap/../../contrib/libpcap/pcap.c:386: error: 'DLT_A653_ICM' undeclared here (not in a function) /usr/local/src/lib/libpcap/../../contrib/libpcap/pcap.c:387: error: 'DLT_USB' undeclared here (not in a function) /usr/local/src/lib/libpcap/../../contrib/libpcap/pcap.c:388: error: 'DLT_BLUETOOTH_HCI_H4' undeclared here (not in a function) /usr/local/src/lib/libpcap/../../contrib/libpcap/pcap.c:389: error: 'DLT_CAN20B' undeclared here (not in a function) *** Error code 1 -- This .signature sanitized for your protection