Source-Changes-HG archive

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

[src/trunk]: src/sbin/ifconfig Add missing newline.



details:   https://anonhg.NetBSD.org/src/rev/5824ffc378b7
branches:  trunk
changeset: 536840:5824ffc378b7
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Sep 23 00:10:28 2002 +0000

description:
Add missing newline.

diffstat:

 sbin/ifconfig/ifconfig.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1ccfac7b9d07 -r 5824ffc378b7 sbin/ifconfig/ifconfig.c
--- a/sbin/ifconfig/ifconfig.c  Sun Sep 22 23:21:30 2002 +0000
+++ b/sbin/ifconfig/ifconfig.c  Mon Sep 23 00:10:28 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ifconfig.c,v 1.131 2002/09/22 15:29:23 thorpej Exp $   */
+/*     $NetBSD: ifconfig.c,v 1.132 2002/09/23 00:10:28 thorpej Exp $   */
 
 /*-
  * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -80,7 +80,7 @@
 #if 0
 static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
 #else
-__RCSID("$NetBSD: ifconfig.c,v 1.131 2002/09/22 15:29:23 thorpej Exp $");
+__RCSID("$NetBSD: ifconfig.c,v 1.132 2002/09/23 00:10:28 thorpej Exp $");
 #endif
 #endif /* not lint */
 
@@ -1638,7 +1638,7 @@
                return;
        memcpy(ea.ether_addr_octet, bssid.i_bssid,
            sizeof(ea.ether_addr_octet));
-       printf("\tbssid %s chan %d", ether_ntoa(&ea), channel.i_channel);
+       printf("\tbssid %s chan %d\n", ether_ntoa(&ea), channel.i_channel);
 }
 
 void



Home | Main Index | Thread Index | Old Index