summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_gif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c
index 626ac325a1d..c0bfc13fe5f 100644
--- a/sys/net/if_gif.c
+++ b/sys/net/if_gif.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_gif.c,v 1.10 2000/12/31 17:21:50 angelos Exp $ */
+/* $OpenBSD: if_gif.c,v 1.11 2000/12/31 22:32:28 angelos Exp $ */
/* $KAME: if_gif.c,v 1.32 2000/10/07 03:20:55 itojun Exp $ */
/*
@@ -123,7 +123,7 @@ void
gif_start(ifp)
struct ifnet *ifp;
{
-#ifdef NBRIDGE > 0
+#if NBRIDGE > 0
struct sockaddr dst;
#endif /* NBRIDGE */