Sat Jan 23 02:58:13 2016 UTC ()
fix compilation


(christos)
diff -r1.71 -r1.72 src/sys/netinet/in_gif.c

cvs diff -r1.71 -r1.72 src/sys/netinet/in_gif.c (expand / switch to context diff)
--- src/sys/netinet/in_gif.c 2016/01/22 23:27:12 1.71
+++ src/sys/netinet/in_gif.c 2016/01/23 02:58:13 1.72
@@ -1,4 +1,4 @@
-/*	$NetBSD: in_gif.c,v 1.71 2016/01/22 23:27:12 riastradh Exp $	*/
+/*	$NetBSD: in_gif.c,v 1.72 2016/01/23 02:58:13 christos Exp $	*/
 /*	$KAME: in_gif.c,v 1.66 2001/07/29 04:46:09 itojun Exp $	*/
 
 /*
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in_gif.c,v 1.71 2016/01/22 23:27:12 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in_gif.c,v 1.72 2016/01/23 02:58:13 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -391,6 +391,7 @@
 	return 0;
 }
 
+#ifdef notdef
 int
 in_gif_pause(struct gif_softc *sc)
 {
@@ -402,6 +403,7 @@
 
 	return error;
 }
+#endif
 
 int
 in_gif_detach(struct gif_softc *sc)