Module Name: src
Committed By: christos
Date: Sat Jan 23 14:03:04 UTC 2016
Modified Files:
src/sys/netinet6: in6_gif.c
Log Message:
make this compile again
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/netinet6/in6_gif.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/netinet6/in6_gif.c
diff -u src/sys/netinet6/in6_gif.c:1.68 src/sys/netinet6/in6_gif.c:1.69
--- src/sys/netinet6/in6_gif.c:1.68 Fri Jan 22 18:27:12 2016
+++ src/sys/netinet6/in6_gif.c Sat Jan 23 09:03:04 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: in6_gif.c,v 1.68 2016/01/22 23:27:12 riastradh Exp $ */
+/* $NetBSD: in6_gif.c,v 1.69 2016/01/23 14:03:04 christos Exp $ */
/* $KAME: in6_gif.c,v 1.62 2001/07/29 04:27:25 itojun Exp $ */
/*
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6_gif.c,v 1.68 2016/01/22 23:27:12 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6_gif.c,v 1.69 2016/01/23 14:03:04 christos Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -384,6 +384,7 @@ in6_gif_attach(struct gif_softc *sc)
return 0;
}
+#ifdef notdef
int
in6_gif_pause(struct gif_softc *sc)
{
@@ -395,6 +396,7 @@ in6_gif_pause(struct gif_softc *sc)
return error;
}
+#endif
int
in6_gif_detach(struct gif_softc *sc)