Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet fix compilation



details:   https://anonhg.NetBSD.org/src/rev/b028d99782bd
branches:  trunk
changeset: 343129:b028d99782bd
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 23 02:58:13 2016 +0000

description:
fix compilation

diffstat:

 sys/netinet/in_gif.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r acdb9f3b8bf0 -r b028d99782bd sys/netinet/in_gif.c
--- a/sys/netinet/in_gif.c      Sat Jan 23 02:36:57 2016 +0000
+++ b/sys/netinet/in_gif.c      Sat Jan 23 02:58:13 2016 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index