aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ed/main.c')
-rw-r--r--bin/ed/main.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/bin/ed/main.c b/bin/ed/main.c
index 82ab6d195038..57f1faba29c4 100644
--- a/bin/ed/main.c
+++ b/bin/ed/main.c
@@ -26,17 +26,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static const char copyright[] =
-"@(#) Copyright (c) 1993 Andrew Moore, Talke Studio. \n\
- All rights reserved.\n";
-#endif
-#endif /* not lint */
-
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* CREDITS
*
@@ -1300,7 +1289,7 @@ has_trailing_escape(char *s, char *t)
}
-/* strip_escapes: return copy of escaped string of at most length PATH_MAX */
+/* strip_escapes: return a copy of escaped string of at most length PATH_MAX */
char *
strip_escapes(char *s)
{