summaryrefslogtreecommitdiff
path: root/usr.bin/what/what.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/what/what.c')
-rw-r--r--usr.bin/what/what.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c
index a429cbe6ccc..7a89b1d4642 100644
--- a/usr.bin/what/what.c
+++ b/usr.bin/what/what.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: what.c,v 1.11 2003/07/10 00:06:52 david Exp $ */
+/* $OpenBSD: what.c,v 1.12 2009/10/27 23:59:50 deraadt Exp $ */
/* $NetBSD: what.c,v 1.4 1994/12/20 16:01:03 jtc Exp $ */
/*
@@ -30,19 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char copyright[] =
-"@(#) Copyright (c) 1980, 1988, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)what.c 8.1 (Berkeley) 6/6/93";
-#endif
-static char rcsid[] = "$OpenBSD: what.c,v 1.11 2003/07/10 00:06:52 david Exp $";
-#endif /* not lint */
-
#include <sys/types.h>
#include <sys/utsname.h>
#include <stdio.h>