summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2008-10-30 16:20:42 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2008-10-30 16:20:42 +0000
commit1fa1466fa0f70e8d5853f2b098123af995e2e303 (patch)
treea02846bd6bb5185354ac2cc64c88a5bcfd389025
parenta6ebe669ee249e1853541636dfab54f7f809bd40 (diff)
Notes
-rw-r--r--sys/dev/lmc/if_lmc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/lmc/if_lmc.c b/sys/dev/lmc/if_lmc.c
index 1e05863c7490..8017e018032c 100644
--- a/sys/dev/lmc/if_lmc.c
+++ b/sys/dev/lmc/if_lmc.c
@@ -80,6 +80,12 @@
# ifdef HAVE_KERNEL_OPTION_HEADERS
# include "opt_device_polling.h" /* DEVICE_POLLING */
# endif
+# ifndef INET
+# define INET 0
+# endif
+# ifndef INET6
+# define INET6 0
+# endif
# ifndef NETGRAPH
# define NETGRAPH 0
# endif