summaryrefslogtreecommitdiff
path: root/sys/dev/lmc/if_lmc.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-01-17 01:08:50 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-01-17 01:08:50 +0000
commitb348bd939230b734a7ec92b5d41166e1830c74c8 (patch)
treec1d7aaed9c585dc6762480238c6d360209f18e61 /sys/dev/lmc/if_lmc.c
parent8c2956e18d3d76568995592381c996e6f3cae180 (diff)
Notes
Diffstat (limited to 'sys/dev/lmc/if_lmc.c')
-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 a04ef2889a1d..2e13f169d5dd 100644
--- a/sys/dev/lmc/if_lmc.c
+++ b/sys/dev/lmc/if_lmc.c
@@ -28,6 +28,10 @@
* $Id: if_lmc.c,v 1.9 1999/02/19 15:08:42 explorer Exp $
*/
+#ifdef COMPILING_LINT
+#warning "The lmc driver is broken and is not compiled with LINT"
+#else
+
char lmc_version[] = "BSD 1.1";
#include "opt_netgraph.h"
@@ -1555,3 +1559,5 @@ ng_lmc_init(void *ignored)
#include "dev/lmc/if_lmc_fbsd3.c"
+
+#endif