Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/xlint remove extra line



details:   https://anonhg.NetBSD.org/src/rev/cc9db21219a6
branches:  trunk
changeset: 1026536:cc9db21219a6
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 28 02:54:26 2021 +0000

description:
remove extra line

diffstat:

 usr.bin/xlint/xlint/xlint.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r e5adb22f6a1f -r cc9db21219a6 usr.bin/xlint/xlint/xlint.c
--- a/usr.bin/xlint/xlint/xlint.c       Sun Nov 28 02:07:02 2021 +0000
+++ b/usr.bin/xlint/xlint/xlint.c       Sun Nov 28 02:54:26 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xlint.c,v 1.85 2021/11/28 02:07:02 christos Exp $ */
+/* $NetBSD: xlint.c,v 1.86 2021/11/28 02:54:26 christos Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: xlint.c,v 1.85 2021/11/28 02:07:02 christos Exp $");
+__RCSID("$NetBSD: xlint.c,v 1.86 2021/11/28 02:54:26 christos Exp $");
 #endif
 
 #include <sys/param.h>
@@ -487,8 +487,6 @@
                case 'C':
                        if (Cflag)
                                usage("%c flag already specified", 'C');
-                       usage("%c and %s flags cannot be specified "
-                           "together", 'C', "o or i");
                        if (oflag || iflag)
                                usage("%c and %s flags cannot be specified "
                                    "together", 'C', "o or i");



Home | Main Index | Thread Index | Old Index