Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet6 make this compile again
details: https://anonhg.NetBSD.org/src/rev/51442705f7c6
branches: trunk
changeset: 343134:51442705f7c6
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 23 14:03:04 2016 +0000
description:
make this compile again
diffstat:
sys/netinet6/in6_gif.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 2dcd0881e2d8 -r 51442705f7c6 sys/netinet6/in6_gif.c
--- a/sys/netinet6/in6_gif.c Sat Jan 23 14:02:21 2016 +0000
+++ b/sys/netinet6/in6_gif.c Sat Jan 23 14:03:04 2016 +0000
@@ -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 @@
return 0;
}
+#ifdef notdef
int
in6_gif_pause(struct gif_softc *sc)
{
@@ -395,6 +396,7 @@
return error;
}
+#endif
int
in6_gif_detach(struct gif_softc *sc)
Home |
Main Index |
Thread Index |
Old Index