]> 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 60c2339765c36391917a6420158c48715b5382cf..37b022254f37d3e425573818d8ed9bb80716a0ae 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.221.2.6 2005-04-20 18:23:42 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.221.2.7 2005-04-23 22:27:37 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, ...)