summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-12-31 22:32:29 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-12-31 22:32:29 +0000
commitb2ae633ae83b29db4748a6bec75780fa79b3c22c (patch)
tree7ebc0b3104aeba06b95de2e859597df8dd3af851 /sys
parentb938aa6bdc11664b0ed15eb2bacd6007f484a94f (diff)
ifdef -> if
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 */