Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/uniq remove unused label



details:   https://anonhg.NetBSD.org/src/rev/9f8795b20cfc
branches:  trunk
changeset: 456105:9f8795b20cfc
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 23 17:35:10 2019 +0000

description:
remove unused label

diffstat:

 usr.bin/uniq/uniq.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 42cde318cb68 -r 9f8795b20cfc usr.bin/uniq/uniq.c
--- a/usr.bin/uniq/uniq.c       Tue Apr 23 16:14:32 2019 +0000
+++ b/usr.bin/uniq/uniq.c       Tue Apr 23 17:35:10 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uniq.c,v 1.21 2019/04/23 14:40:12 uwe Exp $    */
+/*     $NetBSD: uniq.c,v 1.22 2019/04/23 17:35:10 christos Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)uniq.c     8.3 (Berkeley) 5/4/95";
 #endif
-__RCSID("$NetBSD: uniq.c,v 1.21 2019/04/23 14:40:12 uwe Exp $");
+__RCSID("$NetBSD: uniq.c,v 1.22 2019/04/23 17:35:10 christos Exp $");
 #endif /* not lint */
 
 #include <err.h>
@@ -102,7 +102,7 @@
                        usage();
        }
 
-done:  argc -= optind;
+       argc -= optind;
        argv +=optind;
 
        switch(argc) {



Home | Main Index | Thread Index | Old Index