Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/what Remove spurious ARGSUSED.



details:   https://anonhg.NetBSD.org/src/rev/35b89d83f5ae
branches:  trunk
changeset: 342196:35b89d83f5ae
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Dec 12 09:50:12 2015 +0000

description:
Remove spurious ARGSUSED.

diffstat:

 usr.bin/what/what.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 15135587970b -r 35b89d83f5ae usr.bin/what/what.c
--- a/usr.bin/what/what.c       Sat Dec 12 00:42:42 2015 +0000
+++ b/usr.bin/what/what.c       Sat Dec 12 09:50:12 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: what.c,v 1.11 2011/09/06 18:45:49 joerg Exp $  */
+/*     $NetBSD: what.c,v 1.12 2015/12/12 09:50:12 dholland Exp $       */
 
 /*
  * Copyright (c) 1980, 1988, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)what.c     8.1 (Berkeley) 6/6/93";
 #endif
-__RCSID("$NetBSD: what.c,v 1.11 2011/09/06 18:45:49 joerg Exp $");
+__RCSID("$NetBSD: what.c,v 1.12 2015/12/12 09:50:12 dholland Exp $");
 #endif /* not lint */
 
 #include <locale.h>
@@ -56,7 +56,6 @@
 /*
  * what
  */
-/* ARGSUSED */
 int
 main(int argc, char **argv)
 {



Home | Main Index | Thread Index | Old Index