aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lmc
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2008-08-24 18:27:19 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2008-08-24 18:27:19 +0000
commite1e6bc8b42fc83603c88a437aec3c71f14c685dc (patch)
tree90af2c75e325ebd1a044cab0d907e932a52aa66f /sys/dev/lmc
parent689eae1d909c775b11e041207a812ee6ef2d5850 (diff)
Notes
Diffstat (limited to 'sys/dev/lmc')
-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