summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-06-19 18:43:33 +0000
committergreen <green@FreeBSD.org>1999-06-19 18:43:33 +0000
commit280f8f95b4045e45c9f5d18632bd0ccb8cc0fad2 (patch)
tree4e405b30a98c2925095bc6ccbe3bc96d159a4741 /sys/netinet/udp_usrreq.c
parentc9ce3ad902bd134472a439f97b9421bd66dead3c (diff)
downloadFreeBSD-src-280f8f95b4045e45c9f5d18632bd0ccb8cc0fad2.zip
FreeBSD-src-280f8f95b4045e45c9f5d18632bd0ccb8cc0fad2.tar.gz
This is the much-awaited cleaned up version of IPFW [ug]id support.
All relevant changes have been made (including ipfw.8).
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r--sys/netinet/udp_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c
index b0d293c..fac3405 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)udp_usrreq.c 8.6 (Berkeley) 5/23/95
- * $Id: udp_usrreq.c,v 1.50 1999/04/28 11:37:51 phk Exp $
+ * $Id: udp_usrreq.c,v 1.51 1999/05/03 23:57:32 billf Exp $
*/
#include <sys/param.h>
@@ -78,7 +78,7 @@ SYSCTL_INT(_net_inet_udp, OID_AUTO, log_in_vain, CTLFLAG_RW,
&log_in_vain, 0, "Log all incoming UDP packets");
static struct inpcbhead udb; /* from udp_var.h */
-static struct inpcbinfo udbinfo;
+struct inpcbinfo udbinfo;
#ifndef UDBHASHSIZE
#define UDBHASHSIZE 16
OpenPOWER on IntegriCloud