aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cut
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:59:13 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:58 +0000
commit5b31cc94b10d4bb7109c6b27940a0fc76a44a331 (patch)
treee283c23a21f2a1aef06792047f5d1daf13dab7fc /usr.bin/cut
parent8a7b61203704d362cfbc66c00619f51b24106b55 (diff)
downloadsrc-5b31cc94b10d4bb7109c6b27940a0fc76a44a331.tar.gz
src-5b31cc94b10d4bb7109c6b27940a0fc76a44a331.zip
sccs: Manual changes
For the uncommon items: Go through the tree and remove sccs tags that didn't fit any nice pattern. If in the neighborhood, other SCM tags were removed when they were detritis of long-ago CVS somehow in the early mists of the project. Some adjacent copyrights stringswere removed (they duplicated the copyright notices in the file). This also removed non-standard formations of omission of SCCS tags (usually by adding an extra #if 0 somewhere. After this commit, a number of strings tagged with the 'what' @(#) prefix remain, but they are primarily copyright notices. Sponsored by: Netflix
Diffstat (limited to 'usr.bin/cut')
-rw-r--r--usr.bin/cut/cut.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c
index 796ab66c0c6e..df4a2d7eb132 100644
--- a/usr.bin/cut/cut.c
+++ b/usr.bin/cut/cut.c
@@ -32,13 +32,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-static const char sccsid[] = "@(#)cut.c 8.3 (Berkeley) 5/4/95";
-#endif /* not lint */
-#include <sys/cdefs.h>
#include <ctype.h>
#include <err.h>
#include <errno.h>