diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-05 11:58:35 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-05 11:58:35 +0000 |
commit | 342ed5d94898694d5ff3b5648cdc247d07dfad16 (patch) | |
tree | 10fbb6249e1553ff873a2885f2937b146e545698 /sys/i4b/layer1 | |
parent | 52cf88e2ef809b7b640e5dc0f8a4a92cee7461ec (diff) | |
download | src-342ed5d94898694d5ff3b5648cdc247d07dfad16.tar.gz src-342ed5d94898694d5ff3b5648cdc247d07dfad16.zip |
Fix -Wundef warnings found when compiling i386 LINT, GENERIC and
custom kernels.
Notes
Notes:
svn path=/head/; revision=153110
Diffstat (limited to 'sys/i4b/layer1')
-rw-r--r-- | sys/i4b/layer1/itjc/i4b_itjc_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i4b/layer1/itjc/i4b_itjc_pci.c b/sys/i4b/layer1/itjc/i4b_itjc_pci.c index 773a84d55d7b..cbb14e146b02 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_pci.c +++ b/sys/i4b/layer1/itjc/i4b_itjc_pci.c @@ -1901,7 +1901,7 @@ itjc_bchannel_setup(int unit, int h_chan, int bprot, int activate) static void itjc_bchannel_start(int unit, int h_chan) { -#if Buggy_code +#if 0 /* Buggy code */ /* * I disabled this routine because it was causing crashes when * this driver was used with the ISP (kernel SPPP) protocol driver. |