Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/cardbus properly use ANSI string concatenation.



details:   https://anonhg.NetBSD.org/src/rev/04427284dab1
branches:  trunk
changeset: 512815:04427284dab1
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jul 17 13:55:12 2001 +0000

description:
properly use ANSI string concatenation.

diffstat:

 sys/dev/cardbus/if_ex_cardbus.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r ddd2332d5ccf -r 04427284dab1 sys/dev/cardbus/if_ex_cardbus.c
--- a/sys/dev/cardbus/if_ex_cardbus.c   Tue Jul 17 13:53:15 2001 +0000
+++ b/sys/dev/cardbus/if_ex_cardbus.c   Tue Jul 17 13:55:12 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ex_cardbus.c,v 1.20 2001/04/26 08:23:22 kanaoka Exp $       */
+/*     $NetBSD: if_ex_cardbus.c,v 1.21 2001/07/17 13:55:12 mrg Exp $   */
 
 /*
  * CardBus specific routines for 3Com 3C575-family CardBus ethernet adapter
@@ -252,8 +252,8 @@
                                        adr1 | CARDBUS_MAPREG_TYPE_MEM;
 
                        } else {
-                               printf("%s: unable to map function 
-                                       status window\n", self->dv_xname);
+                               printf("%s: unable to map function "
+                                       "status window\n", self->dv_xname);
                                return;
                        }
 



Home | Main Index | Thread Index | Old Index