summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/chio/chio.c2
-rw-r--r--bin/chmod/chmod.c4
-rw-r--r--bin/cp/cp.c4
-rw-r--r--bin/dd/dd.c4
-rw-r--r--bin/df/df.c4
-rw-r--r--bin/domainname/domainname.c4
-rw-r--r--bin/echo/echo.c4
-rw-r--r--bin/ed/main.c2
-rw-r--r--bin/hostname/hostname.c4
-rw-r--r--bin/kill/kill.c4
-rw-r--r--bin/ln/ln.c4
-rw-r--r--bin/mkdir/mkdir.c4
-rw-r--r--bin/mv/mv.c4
-rw-r--r--bin/pwd/pwd.c4
-rw-r--r--bin/rcp/rcp.c3
-rw-r--r--bin/rm/rm.c4
-rw-r--r--bin/rmdir/rmdir.c4
-rw-r--r--bin/sh/arith.y4
-rw-r--r--bin/sh/arith_lex.l4
-rw-r--r--bin/sh/mknodes.c4
-rw-r--r--bin/sh/mksyntax.c4
-rw-r--r--bin/sleep/sleep.c4
-rw-r--r--bin/stty/stty.c4
-rw-r--r--bin/sync/sync.c4
24 files changed, 47 insertions, 44 deletions
diff --git a/bin/chio/chio.c b/bin/chio/chio.c
index b0f160f..02cb32f 100644
--- a/bin/chio/chio.c
+++ b/bin/chio/chio.c
@@ -35,10 +35,12 @@
* Addidional Copyright (c) 2000, by C. Stephen Gunn, Waterspout Communications
*/
+#if 0
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1996 Jason R. Thorpe. All rights reserved.";
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c
index c90c7b3..507a626 100644
--- a/bin/chmod/chmod.c
+++ b/bin/chmod/chmod.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1989, 1993, 1994\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/cp/cp.c b/bin/cp/cp.c
index 81c1acb..3c3c223 100644
--- a/bin/cp/cp.c
+++ b/bin/cp/cp.c
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1988, 1993, 1994\n\
@@ -41,10 +42,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)cp.c 8.2 (Berkeley) 4/1/94";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/dd/dd.c b/bin/dd/dd.c
index 92274f2..9deac8a 100644
--- a/bin/dd/dd.c
+++ b/bin/dd/dd.c
@@ -35,6 +35,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1991, 1993, 1994\n\
@@ -42,10 +43,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/df/df.c b/bin/df/df.c
index 58a2320..eba0e81 100644
--- a/bin/df/df.c
+++ b/bin/df/df.c
@@ -36,6 +36,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1980, 1990, 1993, 1994\n\
@@ -43,10 +44,9 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)df.c 8.9 (Berkeley) 5/8/95";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/domainname/domainname.c b/bin/domainname/domainname.c
index 7418749..5da1cd2 100644
--- a/bin/domainname/domainname.c
+++ b/bin/domainname/domainname.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1988, 1993\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char const sccsid[] = "From: @(#)hostname.c 8.1 (Berkeley) 5/31/93";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/echo/echo.c b/bin/echo/echo.c
index b4aeb62..85a9efa 100644
--- a/bin/echo/echo.c
+++ b/bin/echo/echo.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1989, 1993\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)echo.c 8.1 (Berkeley) 5/31/93";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/ed/main.c b/bin/ed/main.c
index 2cebaf8..bea2724 100644
--- a/bin/ed/main.c
+++ b/bin/ed/main.c
@@ -27,9 +27,11 @@
*/
#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>
diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c
index ada7b43..583812d 100644
--- a/bin/hostname/hostname.c
+++ b/bin/hostname/hostname.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1988, 1993\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)hostname.c 8.1 (Berkeley) 5/31/93";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/kill/kill.c b/bin/kill/kill.c
index b170d35..120dc87 100644
--- a/bin/kill/kill.c
+++ b/bin/kill/kill.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1988, 1993, 1994\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)kill.c 8.4 (Berkeley) 4/28/95";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/ln/ln.c b/bin/ln/ln.c
index 19d57c6..f27f251 100644
--- a/bin/ln/ln.c
+++ b/bin/ln/ln.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1987, 1993, 1994\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)ln.c 8.2 (Berkeley) 3/31/94";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c
index 2a0f05b..c40f5ae 100644
--- a/bin/mkdir/mkdir.c
+++ b/bin/mkdir/mkdir.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1983, 1992, 1993\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)mkdir.c 8.2 (Berkeley) 1/25/94";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/mv/mv.c b/bin/mv/mv.c
index 3f91ca0..70b92d4 100644
--- a/bin/mv/mv.c
+++ b/bin/mv/mv.c
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1989, 1993, 1994\n\
@@ -41,10 +42,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)mv.c 8.2 (Berkeley) 4/2/94";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c
index 6d51792..8eedc0b 100644
--- a/bin/pwd/pwd.c
+++ b/bin/pwd/pwd.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1991, 1993, 1994\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)pwd.c 8.3 (Berkeley) 4/1/94";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c
index d7262b4..ca21062 100644
--- a/bin/rcp/rcp.c
+++ b/bin/rcp/rcp.c
@@ -38,18 +38,17 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1983, 1990, 1992, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#if 0
#ifndef lint
static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94";
#endif /* not lint */
#endif
-
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/rm/rm.c b/bin/rm/rm.c
index 6175277..ea65d3b 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1990, 1993, 1994\n\
@@ -38,10 +39,9 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)rm.c 8.5 (Berkeley) 4/18/94";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c
index f869c3f..606cf7e 100644
--- a/bin/rmdir/rmdir.c
+++ b/bin/rmdir/rmdir.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1992, 1993, 1994\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)rmdir.c 8.3 (Berkeley) 4/2/94";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/sh/arith.y b/bin/sh/arith.y
index 8438e09..1ced626 100644
--- a/bin/sh/arith.y
+++ b/bin/sh/arith.y
@@ -93,9 +93,9 @@ expr: ARITH_LPAREN expr ARITH_RPAREN = { $$ = $2; }
#if 0
static char sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include "shell.h"
#include "error.h"
diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l
index e1ad222..6bbbfaf 100644
--- a/bin/sh/arith_lex.l
+++ b/bin/sh/arith_lex.l
@@ -39,9 +39,9 @@
#if 0
static char sccsid[] = "@(#)arith_lex.l 8.3 (Berkeley) 5/4/95";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include "y.tab.h"
#include "error.h"
diff --git a/bin/sh/mknodes.c b/bin/sh/mknodes.c
index 371ca16..d87179b 100644
--- a/bin/sh/mknodes.c
+++ b/bin/sh/mknodes.c
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1991, 1993\n\
@@ -41,10 +42,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)mknodes.c 8.2 (Berkeley) 5/4/95";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/sh/mksyntax.c b/bin/sh/mksyntax.c
index c44490e..d75b68a 100644
--- a/bin/sh/mksyntax.c
+++ b/bin/sh/mksyntax.c
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1991, 1993\n\
@@ -41,10 +42,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)mksyntax.c 8.2 (Berkeley) 5/4/95";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/sleep/sleep.c b/bin/sleep/sleep.c
index 0086ee0..89e1436 100644
--- a/bin/sleep/sleep.c
+++ b/bin/sleep/sleep.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1988, 1993, 1994\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)sleep.c 8.3 (Berkeley) 4/2/94";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/stty/stty.c b/bin/stty/stty.c
index 75d05ff..70e3681 100644
--- a/bin/stty/stty.c
+++ b/bin/stty/stty.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1989, 1991, 1993, 1994\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/bin/sync/sync.c b/bin/sync/sync.c
index 42a7abd..6581ba6 100644
--- a/bin/sync/sync.c
+++ b/bin/sync/sync.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1987, 1993\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud