aboutsummaryrefslogtreecommitdiff
path: root/gencode.c
diff options
context:
space:
mode:
authorassar <assar>2000-07-11 00:37:04 +0000
committerassar <assar>2000-07-11 00:37:04 +0000
commit0e2f8c8892e9fb0611cc2ccf5e184dd89e0b07ec (patch)
treeead83dca292a82381013bd0d78a311d328825d0c /gencode.c
parentca9f99af45f80ccba087f942b5d30a8216a2ef03 (diff)
add config.h, remove gnuc.h. remove __dead
Diffstat (limited to 'gencode.c')
-rw-r--r--gencode.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/gencode.c b/gencode.c
index 92f83914..6eab6ced 100644
--- a/gencode.c
+++ b/gencode.c
@@ -21,7 +21,11 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.112 2000-07-01 03:32:50 assar Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.113 2000-07-11 00:37:04 assar Exp $ (LBL)";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
#endif
#include <sys/types.h>
@@ -54,7 +58,6 @@ struct rtentry;
#include <sys/socket.h>
#endif /*INET6*/
-#include "gnuc.h"
#ifdef HAVE_OS_PROTO_H
#include "os-proto.h"
#endif
@@ -73,8 +76,9 @@ int pcap_fddipad;
#endif
/* VARARGS */
-__dead void
+void
bpf_error(const char *fmt, ...)
+
{
va_list ap;