X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/4eb7b3915ecc92f6da54637f202fc363ad2e47ef..022b629ab1206fe584c74f1bae930774642be62c:/gencode.c diff --git a/gencode.c b/gencode.c index e742b493..55abe682 100644 --- a/gencode.c +++ b/gencode.c @@ -21,7 +21,7 @@ */ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.232 2005-04-20 18:23:09 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.233 2005-04-23 22:26:51 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -108,8 +108,6 @@ static u_int orig_linktype = -1U, orig_nl = -1U; static int pcap_fddipad; #endif -void bpf_error(const char *fmt, ...) __attribute__((noreturn)); - /* VARARGS */ void bpf_error(const char *fmt, ...)