summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2004-02-08 22:34:20 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2004-02-08 22:34:20 +0000
commit44b6498683f84bfae6a1d43d699e201c08728124 (patch)
tree56b2625808773d87104066a7c506053662e0249d
parentd01b62c214801e99e6daf1649f42960bd0101e7f (diff)
fix preprocessor syntax; ok henning@
-rw-r--r--sbin/dhclient/osdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/osdep.h b/sbin/dhclient/osdep.h
index 40d8b1e1117..99f51896160 100644
--- a/sbin/dhclient/osdep.h
+++ b/sbin/dhclient/osdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: osdep.h,v 1.5 2004/02/07 13:59:45 henning Exp $ */
+/* $OpenBSD: osdep.h,v 1.6 2004/02/08 22:34:19 naddy Exp $ */
/* Operating system dependencies... */
@@ -44,7 +44,7 @@
!defined (USE_SOCKET_RECEIVE) && \
!defined (USE_BPF) && \
!defined (USE_BPF_SEND) && \
- !defined (USE_BPF_RECEIVE) && \
+ !defined (USE_BPF_RECEIVE)
# define USE_DEFAULT_NETWORK
#endif