Source-Changes-HG archive

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

[src/trunk]: src/sbin/ifconfig err -> errx where appropriate.



details:   https://anonhg.NetBSD.org/src/rev/ddeffc993c8a
branches:  trunk
changeset: 568709:ddeffc993c8a
user:      yamt <yamt%NetBSD.org@localhost>
date:      Tue Jul 27 14:25:19 2004 +0000

description:
err -> errx where appropriate.

diffstat:

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

diffs (27 lines):

diff -r 4870fe823db9 -r ddeffc993c8a sbin/ifconfig/ifconfig.c
--- a/sbin/ifconfig/ifconfig.c  Tue Jul 27 14:24:18 2004 +0000
+++ b/sbin/ifconfig/ifconfig.c  Tue Jul 27 14:25:19 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ifconfig.c,v 1.142 2004/07/06 23:26:31 mycroft Exp $   */
+/*     $NetBSD: ifconfig.c,v 1.143 2004/07/27 14:25:19 yamt Exp $      */
 
 /*-
  * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
 #if 0
 static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
 #else
-__RCSID("$NetBSD: ifconfig.c,v 1.142 2004/07/06 23:26:31 mycroft Exp $");
+__RCSID("$NetBSD: ifconfig.c,v 1.143 2004/07/27 14:25:19 yamt Exp $");
 #endif
 #endif /* not lint */
 
@@ -630,7 +630,7 @@
         */
 
        if (conflicting > 1) 
-               err(EXIT_FAILURE,
+               errx(EXIT_FAILURE,
                    "Only one use of alias, -alias or delete is valid.");
 
        /* Process any media commands that may have been issued. */



Home | Main Index | Thread Index | Old Index