summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipcomp.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-02-12 14:41:09 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-02-12 14:41:09 +0000
commit83d2e89c7ffb2d5e854f7218fb87bd9b84e76445 (patch)
treed4dd991115d2bbdf904080a59af98496bfd6ae71 /sys/netinet/ip_ipcomp.h
parent2483ace7e3f655ab9e54781d76d76d52eeed5bf7 (diff)
Remove commons; inspired by netbsd.
Diffstat (limited to 'sys/netinet/ip_ipcomp.h')
-rw-r--r--sys/netinet/ip_ipcomp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipcomp.h b/sys/netinet/ip_ipcomp.h
index 64090947985..638e4015bab 100644
--- a/sys/netinet/ip_ipcomp.h
+++ b/sys/netinet/ip_ipcomp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipcomp.h,v 1.3 2001/07/17 12:35:35 jjbg Exp $ */
+/* $OpenBSD: ip_ipcomp.h,v 1.4 2003/02/12 14:41:08 jason Exp $ */
/*
* Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org)
@@ -76,6 +76,6 @@ struct ipcomp {
#ifdef _KERNEL
extern int ipcomp_enable;
-struct ipcompstat ipcompstat;
+extern struct ipcompstat ipcompstat;
#endif /* _KERNEL */
#endif /* _NETINET_IP_IPCOMP_H_ */