Source-Changes-HG archive

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

[src/trunk]: src/sys/net Adjust previous change for the #ifdef mess and fix t...



details:   https://anonhg.NetBSD.org/src/rev/9313fd419a64
branches:  trunk
changeset: 329733:9313fd419a64
user:      rmind <rmind%NetBSD.org@localhost>
date:      Fri Jun 06 00:25:28 2014 +0000

description:
Adjust previous change for the #ifdef mess and fix the build.

diffstat:

 sys/net/if_fddisubr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r dad2d71a8d47 -r 9313fd419a64 sys/net/if_fddisubr.c
--- a/sys/net/if_fddisubr.c     Fri Jun 06 00:14:55 2014 +0000
+++ b/sys/net/if_fddisubr.c     Fri Jun 06 00:25:28 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_fddisubr.c,v 1.86 2014/06/05 23:48:16 rmind Exp $   */
+/*     $NetBSD: if_fddisubr.c,v 1.87 2014/06/06 00:25:28 rmind Exp $   */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -96,7 +96,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_fddisubr.c,v 1.86 2014/06/05 23:48:16 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_fddisubr.c,v 1.87 2014/06/06 00:25:28 rmind Exp $");
 
 #include "opt_gateway.h"
 #include "opt_inet.h"
@@ -462,7 +462,7 @@
 #if defined(INET) || defined(INET6)
        pktqueue_t *pktq = NULL;
 #endif
-#if defined(NS) || defined(DECNET) || defined(IPX) || defined(NETATALK)
+#if defined(INET) || defined(INET6) || defined(NS) || defined(DECNET) || defined(IPX) || defined(NETATALK)
        struct ifqueue *inq = NULL;
        int s;
 #endif



Home | Main Index | Thread Index | Old Index