Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Include <sys/socketvar.h> for softnet_lock.



details:   https://anonhg.NetBSD.org/src/rev/77f106b88d49
branches:  trunk
changeset: 808809:77f106b88d49
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jun 03 13:06:26 2015 +0000

description:
Include <sys/socketvar.h> for softnet_lock.

diffstat:

 sys/net/if_gif.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 98bc7debae1f -r 77f106b88d49 sys/net/if_gif.c
--- a/sys/net/if_gif.c  Wed Jun 03 12:22:41 2015 +0000
+++ b/sys/net/if_gif.c  Wed Jun 03 13:06:26 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_gif.c,v 1.85 2015/06/03 02:17:51 hsuenaga Exp $     */
+/*     $NetBSD: if_gif.c,v 1.86 2015/06/03 13:06:26 martin Exp $       */
 /*     $KAME: if_gif.c,v 1.76 2001/08/20 02:01:02 kjc Exp $    */
 
 /*
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_gif.c,v 1.85 2015/06/03 02:17:51 hsuenaga Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_gif.c,v 1.86 2015/06/03 13:06:26 martin Exp $");
 
 #include "opt_inet.h"
 
@@ -44,6 +44,7 @@
 #include <sys/errno.h>
 #include <sys/ioctl.h>
 #include <sys/time.h>
+#include <sys/socketvar.h>
 #include <sys/syslog.h>
 #include <sys/proc.h>
 #include <sys/protosw.h>



Home | Main Index | Thread Index | Old Index