aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tee
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-09-25 14:54:56 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-09-25 14:54:56 +0000
commiteba230afba4932f02a1ca44efc797cf7499a5cb0 (patch)
tree65c67104917802c7e371e323e0d99eaad2d0bd4b /usr.bin/tee
parente4c68414d0854b5e43dfd1b2b0cfbc295702e831 (diff)
Diffstat (limited to 'usr.bin/tee')
-rw-r--r--usr.bin/tee/tee.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c
index 5646930a1c98..c4fe945d6d12 100644
--- a/usr.bin/tee/tee.c
+++ b/usr.bin/tee/tee.c
@@ -39,8 +39,6 @@ static const char copyright[] =
#if 0
static char sccsid[] = "@(#)tee.c 8.1 (Berkeley) 6/6/93";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
#include <sys/capsicum.h>