Module Name:    src
Committed By:   bouyer
Date:           Sat Apr  4 15:53:49 UTC 2009

Modified Files:
        src/sys/net: if_bridge.c

Log Message:
Fix another typo


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/net/if_bridge.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/if_bridge.c
diff -u src/sys/net/if_bridge.c:1.67 src/sys/net/if_bridge.c:1.68
--- src/sys/net/if_bridge.c:1.67	Sat Apr  4 15:47:28 2009
+++ src/sys/net/if_bridge.c	Sat Apr  4 15:53:49 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_bridge.c,v 1.67 2009/04/04 15:47:28 bouyer Exp $	*/
+/*	$NetBSD: if_bridge.c,v 1.68 2009/04/04 15:53:49 bouyer Exp $	*/
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -80,7 +80,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bridge.c,v 1.67 2009/04/04 15:47:28 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bridge.c,v 1.68 2009/04/04 15:53:49 bouyer Exp $");
 
 #include "opt_bridge_ipf.h"
 #include "opt_inet.h"
@@ -92,7 +92,7 @@
 #include <sys/mbuf.h>
 #include <sys/queue.h>
 #include <sys/socket.h>
-#include </sys/socketvar.h> /* for softnet_lock */
+#include <sys/socketvar.h> /* for softnet_lock */
 #include <sys/sockio.h>
 #include <sys/systm.h>
 #include <sys/proc.h>

Reply via email to