Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/net/lib/libshmif un-\240



details:   https://anonhg.NetBSD.org/src/rev/3e53b74d4494
branches:  trunk
changeset: 758803:3e53b74d4494
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Nov 15 22:49:33 2010 +0000

description:
un-\240

diffstat:

 sys/rump/net/lib/libshmif/dumpbus.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f462198b048b -r 3e53b74d4494 sys/rump/net/lib/libshmif/dumpbus.c
--- a/sys/rump/net/lib/libshmif/dumpbus.c       Mon Nov 15 22:48:06 2010 +0000
+++ b/sys/rump/net/lib/libshmif/dumpbus.c       Mon Nov 15 22:49:33 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dumpbus.c,v 1.9 2010/11/15 22:45:23 pooka Exp $        */
+/*     $NetBSD: dumpbus.c,v 1.10 2010/11/15 22:49:33 pooka Exp $       */
 
 /*
  * Little utility to convert shmif bus traffic to a pcap file
@@ -26,7 +26,7 @@
 usage(void)
 {
 
-       fprintf(stderr, "usage: a.out [-h] [-p pcapfile] buspath\n");
+       fprintf(stderr, "usage: a.out [-h] [-p pcapfile] buspath\n");
        exit(1);
 }
 



Home | Main Index | Thread Index | Old Index