summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ze.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-12-23 01:24:44 +0000
committerjkh <jkh@FreeBSD.org>1996-12-23 01:24:44 +0000
commitba341fe3e82d8de79a6008e6a18c06798a167d2e (patch)
tree632e9dcbdff415414f0dd8a39b04ceeb7c8dd5ab /sys/i386/isa/if_ze.c
parentb4a9f746e1092d0b3ff1ce8b779c239252def21a (diff)
downloadFreeBSD-src-ba341fe3e82d8de79a6008e6a18c06798a167d2e.zip
FreeBSD-src-ba341fe3e82d8de79a6008e6a18c06798a167d2e.tar.gz
Someone needs to teach Nate about the C pre-processor in general and the
workings of #error in particular. He also broke the 2.2 build with this change, leading me to wonder whether or not the changes were ever even tested. Folks, I'm happy to see people work directly on 2.2 like this and will continue to encourage Nate to make direct commits, but please TEST before committing! I think that's a more than reasonable prerequisite, and this code could never have worked at all, leading me to believe that Nate skipped this most basic of steps.
Diffstat (limited to 'sys/i386/isa/if_ze.c')
-rw-r--r--sys/i386/isa/if_ze.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/if_ze.c b/sys/i386/isa/if_ze.c
index 9f9951c..5e76af7 100644
--- a/sys/i386/isa/if_ze.c
+++ b/sys/i386/isa/if_ze.c
@@ -47,14 +47,14 @@
*/
/*
- * $Id: if_ze.c,v 1.34 1996/12/13 21:28:24 wollman Exp $
+ * $Id: if_ze.c,v 1.35 1996/12/21 17:53:38 nate Exp $
*/
/* XXX - Don't mix different PCCARD support code */
#include "pcic.h"
#include "crd.h"
#if NCRD > 0 || NPCIC > 0
-#error Dedicated PCMCIA drivers and generic PCMCIA support can't be mixed
+#error "Dedicated PCMCIA drivers and generic PCMCIA support can't be mixed"
#endif
#include "ze.h"
OpenPOWER on IntegriCloud