summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-28 10:18:26 +0000
committerbde <bde@FreeBSD.org>1998-03-28 10:18:26 +0000
commitdee7f44b926e2ae7097a847424fc1f14a017ba0d (patch)
tree62fbab0c76260fc26f5c6a9b1f091bb93b74b351 /sys/netinet/in_pcb.c
parentf6e8fc035e8963ea6389049d22371980321c210e (diff)
downloadFreeBSD-src-dee7f44b926e2ae7097a847424fc1f14a017ba0d.zip
FreeBSD-src-dee7f44b926e2ae7097a847424fc1f14a017ba0d.tar.gz
Fixed style bugs (mostly) in previous commit.
Diffstat (limited to 'sys/netinet/in_pcb.c')
-rw-r--r--sys/netinet/in_pcb.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index 59bb5d9..849e26f 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in_pcb.c 8.4 (Berkeley) 5/24/95
- * $Id: in_pcb.c,v 1.39 1998/03/01 19:39:26 guido Exp $
+ * $Id: in_pcb.c,v 1.40 1998/03/24 18:06:08 wollman Exp $
*/
#include <sys/param.h>
@@ -44,7 +44,8 @@
#include <sys/proc.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
-#include <vm/vm_zone.h> /* for zalloci, zfreei prototypes */
+
+#include <vm/vm_zone.h>
#include <net/if.h>
#include <net/route.h>
OpenPOWER on IntegriCloud