Module Name: src
Committed By: dholland
Date: Sat Dec 12 09:50:12 UTC 2015
Modified Files:
src/usr.bin/what: what.c
Log Message:
Remove spurious ARGSUSED.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/what/what.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/what/what.c
diff -u src/usr.bin/what/what.c:1.11 src/usr.bin/what/what.c:1.12
--- src/usr.bin/what/what.c:1.11 Tue Sep 6 18:45:49 2011
+++ src/usr.bin/what/what.c Sat Dec 12 09:50:12 2015
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 19
#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 @@ static int sflag;
/*
* what
*/
-/* ARGSUSED */
int
main(int argc, char **argv)
{