summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardc/enabler.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pccard/pccardc/enabler.c')
-rw-r--r--usr.sbin/pccard/pccardc/enabler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pccard/pccardc/enabler.c b/usr.sbin/pccard/pccardc/enabler.c
index 101ed34..ea0779e 100644
--- a/usr.sbin/pccard/pccardc/enabler.c
+++ b/usr.sbin/pccard/pccardc/enabler.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: enabler.c,v 1.10 1997/11/18 21:08:06 nate Exp $";
+ "$Id: enabler.c,v 1.11 1999/02/05 16:00:15 kuriyama Exp $";
#endif /* not lint */
#include <err.h>
@@ -138,7 +138,7 @@ void
usage(msg)
char *msg;
{
- warnx("enabler: %s", msg);
+ fprintf(stderr, "enabler: %s\n", msg);
fprintf(stderr,
"usage: pccardc enabler slot driver [-m addr size] [-a iobase] [-i irq]\n");
fprintf(stderr,
OpenPOWER on IntegriCloud