summaryrefslogtreecommitdiff
path: root/usr.bin/tee/tee.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tee/tee.c')
-rw-r--r--usr.bin/tee/tee.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c
index 18e47e5aca8..08ace9d6bc9 100644
--- a/usr.bin/tee/tee.c
+++ b/usr.bin/tee/tee.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tee.c,v 1.6 2003/06/10 22:20:53 deraadt Exp $ */
+/* $OpenBSD: tee.c,v 1.7 2009/10/27 23:59:44 deraadt Exp $ */
/* $NetBSD: tee.c,v 1.5 1994/12/09 01:43:39 jtc Exp $ */
/*
@@ -30,19 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char copyright[] =
-"@(#) Copyright (c) 1988, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)tee.c 8.1 (Berkeley) 6/6/93";
-#endif
-static char rcsid[] = "$OpenBSD: tee.c,v 1.6 2003/06/10 22:20:53 deraadt Exp $";
-#endif
-
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h>