]> The Tcpdump Group git mirrors - libpcap/blobdiff - gencode.c
From Albert Chin: just define __attribute__ as an empty macro if we
[libpcap] / gencode.c
index e742b4931da41508ca5f6dbc3e096cb52440f6c5..55abe6829a0755de78d351414c3e141afe0d26bc 100644 (file)
--- 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, ...)