From b9aaa6961b9edc0133ec087228aabdfc59f2d7b1 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Tue, 4 Oct 2005 04:40:21 +0000 Subject: [PATCH] Oops, left a compile option enabled that should not be enabled. --- sys/modules/lmc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/lmc/Makefile b/sys/modules/lmc/Makefile index fa565794e9f..cdeaa6b9b02 100644 --- a/sys/modules/lmc/Makefile +++ b/sys/modules/lmc/Makefile @@ -18,7 +18,7 @@ opt_netgraph.h: echo "#define NETGRAPH 1" > ${.TARGET} opt_global.h: echo "#define ALTQ 1" > ${.TARGET} - echo "#define DEVICE_POLLING 1" >> ${.TARGET} + echo "#define DEVICE_POLLING 0" >> ${.TARGET} opt_bpf.h: # FreeBSD-5: echo "#define DEV_BPF 1" > ${.TARGET}