Module Name: src
Committed By: dyoung
Date: Fri Oct 28 16:10:12 UTC 2011
Modified Files:
src/sys/net: if_etherip.c
Log Message:
kauth isn't used in here, so don't #include <sys/kauth.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/net/if_etherip.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_etherip.c
diff -u src/sys/net/if_etherip.c:1.30 src/sys/net/if_etherip.c:1.31
--- src/sys/net/if_etherip.c:1.30 Wed May 19 20:41:59 2010
+++ src/sys/net/if_etherip.c Fri Oct 28 16:10:12 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: if_etherip.c,v 1.30 2010/05/19 20:41:59 christos Exp $ */
+/* $NetBSD: if_etherip.c,v 1.31 2011/10/28 16:10:12 dyoung Exp $ */
/*
* Copyright (c) 2006, Hans Rosenfeld <[email protected]>
@@ -86,7 +86,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_etherip.c,v 1.30 2010/05/19 20:41:59 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_etherip.c,v 1.31 2011/10/28 16:10:12 dyoung Exp $");
#include "opt_inet.h"
@@ -100,7 +100,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_etherip.c
#include <sys/time.h>
#include <sys/sysctl.h>
#include <sys/queue.h>
-#include <sys/kauth.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/intr.h>