summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-03-19 14:29:26 +0000
committerdg <dg@FreeBSD.org>1995-03-19 14:29:26 +0000
commit9cd78521d8c98c1054f6865820ad07469edac8fd (patch)
tree589f9b4a28e25de36e0344457a8c795333f7c011 /sys/gnu
parentf572de6775d26857d37278e33ea582d10a09d384 (diff)
downloadFreeBSD-src-9cd78521d8c98c1054f6865820ad07469edac8fd.zip
FreeBSD-src-9cd78521d8c98c1054f6865820ad07469edac8fd.tar.gz
Removed redundant newlines that were in some panic strings.
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/i386/isa/nic3008.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/gnu/i386/isa/nic3008.c b/sys/gnu/i386/isa/nic3008.c
index 8c46434..bb9f57e 100644
--- a/sys/gnu/i386/isa/nic3008.c
+++ b/sys/gnu/i386/isa/nic3008.c
@@ -1,6 +1,6 @@
-static char nic38_id[] = "@(#)$Id: nic3008.c,v 1.1 1995/02/14 15:00:10 jkh Exp $";
+static char nic38_id[] = "@(#)$Id: nic3008.c,v 1.2 1995/02/15 11:59:40 jkh Exp $";
/*******************************************************************************
- * II - Version 0.1 $Revision: 1.1 $ $State: Exp $
+ * II - Version 0.1 $Revision: 1.2 $ $State: Exp $
*
* Copyright 1994 Dietmar Friede
*******************************************************************************
@@ -10,6 +10,9 @@ static char nic38_id[] = "@(#)$Id: nic3008.c,v 1.1 1995/02/14 15:00:10 jkh E
*
*******************************************************************************
* $Log: nic3008.c,v $
+ * Revision 1.2 1995/02/15 11:59:40 jkh
+ * Fix a few more nits. Should compile better now! :_)
+ *
* Revision 1.1 1995/02/14 15:00:10 jkh
* An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces.
* EDSS1 is the "Euro-ISDN", 1TR6 is the soon obsolete german ISDN Interface.
@@ -748,7 +751,7 @@ b_intr(int mb, int c, struct nic_softc * sc)
isdn_ctrl_t *ctrl = &isdn_ctrl[chan->ctrl];
if(((unsigned)(mbx->type >> 8) > 3) || ((pl & 0xff00) == 0xff00))
- panic("3008 conflict with 16 bit card\nReconfig your system\n");
+ panic("3008 conflict with 16 bit card\nReconfig your system");
if (dpr->msg_flg[mb+1])
return; /* can happen. Should make no problems */
OpenPOWER on IntegriCloud