summaryrefslogtreecommitdiff
path: root/sys/net/raw_cb.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-05-13 02:09:48 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-05-13 02:09:48 +0000
commit496650d3371eebe17ca07f04b691b85bafafd1a4 (patch)
treececf745b413e64943e1265472aae88fc0d8d5e99 /sys/net/raw_cb.h
parente71bd5e5b27af827fec91c9a5fcf9d877570b49c (diff)
Kill a bunch more commons (very few left =)
Diffstat (limited to 'sys/net/raw_cb.h')
-rw-r--r--sys/net/raw_cb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/raw_cb.h b/sys/net/raw_cb.h
index 34531bec4e1..6af833bb560 100644
--- a/sys/net/raw_cb.h
+++ b/sys/net/raw_cb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: raw_cb.h,v 1.4 2002/03/14 01:27:10 millert Exp $ */
+/* $OpenBSD: raw_cb.h,v 1.5 2003/05/13 02:09:47 jason Exp $ */
/* $NetBSD: raw_cb.h,v 1.9 1996/02/13 22:00:41 christos Exp $ */
/*
@@ -60,7 +60,7 @@ struct rawcb {
#define RAWRCVQ 8192
#ifdef _KERNEL
-LIST_HEAD(, rawcb) rawcb; /* head of list */
+extern LIST_HEAD(rawcbhead, rawcb) rawcb; /* head of list */
int raw_attach(struct socket *, int);
void *raw_ctlinput(int, struct sockaddr *, void *);