From 6d38d7dc3c120ca1fa184b3f5a6a86cd312ac6b5 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 9 Apr 2002 11:39:05 +0000 Subject: No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1. --- usr.bin/colldef/parse.y | 3 --- usr.bin/colldef/scan.l | 3 --- usr.bin/xinstall/xinstall.c | 3 --- usr.bin/yacc/closure.c | 2 -- usr.bin/yacc/error.c | 2 -- usr.bin/yacc/lalr.c | 2 -- usr.bin/yacc/lr0.c | 2 -- usr.bin/yacc/main.c | 2 -- usr.bin/yacc/mkpar.c | 2 -- usr.bin/yacc/output.c | 2 -- usr.bin/yacc/reader.c | 2 -- usr.bin/yacc/skeleton.c | 2 -- usr.bin/yacc/symtab.c | 2 -- usr.bin/yacc/verbose.c | 2 -- usr.bin/yacc/warshall.c | 2 -- 15 files changed, 33 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index f15e4ce..90d4fa9 100644 --- a/usr.bin/colldef/parse.y +++ b/usr.bin/colldef/parse.y @@ -27,10 +27,7 @@ */ #include - -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #include #include diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l index e568396..0340b8c 100644 --- a/usr.bin/colldef/scan.l +++ b/usr.bin/colldef/scan.l @@ -28,10 +28,7 @@ */ #include - -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #include #include diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 9190de5..21f19d3 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -32,10 +32,7 @@ */ #include - -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #ifndef lint static const char copyright[] = diff --git a/usr.bin/yacc/closure.c b/usr.bin/yacc/closure.c index 532caf6..24b1610 100644 --- a/usr.bin/yacc/closure.c +++ b/usr.bin/yacc/closure.c @@ -41,9 +41,7 @@ static char sccsid[] = "@(#)closure.c 5.3 (Berkeley) 5/24/93"; #endif #include -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #include #include "defs.h" diff --git a/usr.bin/yacc/error.c b/usr.bin/yacc/error.c index 0f31dd3..9940dbc 100644 --- a/usr.bin/yacc/error.c +++ b/usr.bin/yacc/error.c @@ -40,9 +40,7 @@ static char sccsid[] = "@(#)error.c 5.3 (Berkeley) 6/1/90"; #endif #endif #include -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif /* routines for printing error messages */ diff --git a/usr.bin/yacc/lalr.c b/usr.bin/yacc/lalr.c index 521b854..c45baff 100644 --- a/usr.bin/yacc/lalr.c +++ b/usr.bin/yacc/lalr.c @@ -41,9 +41,7 @@ static char sccsid[] = "@(#)lalr.c 5.3 (Berkeley) 6/1/90"; #endif #include -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #include #include "defs.h" diff --git a/usr.bin/yacc/lr0.c b/usr.bin/yacc/lr0.c index 9a70d2c..efeaed2 100644 --- a/usr.bin/yacc/lr0.c +++ b/usr.bin/yacc/lr0.c @@ -41,9 +41,7 @@ static char sccsid[] = "@(#)lr0.c 5.3 (Berkeley) 1/20/91"; #endif #include -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #include #include "defs.h" diff --git a/usr.bin/yacc/main.c b/usr.bin/yacc/main.c index 06b55bb..fdfe11b 100644 --- a/usr.bin/yacc/main.c +++ b/usr.bin/yacc/main.c @@ -41,9 +41,7 @@ static char sccsid[] = "@(#)main.c 5.5 (Berkeley) 5/24/93"; #endif #include -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #include #include diff --git a/usr.bin/yacc/mkpar.c b/usr.bin/yacc/mkpar.c index e552737..1dde4dd 100644 --- a/usr.bin/yacc/mkpar.c +++ b/usr.bin/yacc/mkpar.c @@ -40,9 +40,7 @@ static char sccsid[] = "@(#)mkpar.c 5.3 (Berkeley) 1/20/91"; #endif #endif #include -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #include #include "defs.h" diff --git a/usr.bin/yacc/output.c b/usr.bin/yacc/output.c index ce633f5..db84142 100644 --- a/usr.bin/yacc/output.c +++ b/usr.bin/yacc/output.c @@ -41,9 +41,7 @@ static char sccsid[] = "@(#)output.c 5.7 (Berkeley) 5/24/93"; #endif #include -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #include #include diff --git a/usr.bin/yacc/reader.c b/usr.bin/yacc/reader.c index c9c6e3a..8358f78 100644 --- a/usr.bin/yacc/reader.c +++ b/usr.bin/yacc/reader.c @@ -41,9 +41,7 @@ static char sccsid[] = "@(#)reader.c 5.7 (Berkeley) 1/20/91"; #endif #include -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #include #include diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index 11a1855..6beccf5 100644 --- a/usr.bin/yacc/skeleton.c +++ b/usr.bin/yacc/skeleton.c @@ -41,9 +41,7 @@ static char sccsid[] = "@(#)skeleton.c 5.8 (Berkeley) 4/29/95"; #endif #include -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #include "defs.h" diff --git a/usr.bin/yacc/symtab.c b/usr.bin/yacc/symtab.c index 9253cbd..cb7b0bd 100644 --- a/usr.bin/yacc/symtab.c +++ b/usr.bin/yacc/symtab.c @@ -41,9 +41,7 @@ static char sccsid[] = "@(#)symtab.c 5.3 (Berkeley) 6/1/90"; #endif #include -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #include #include diff --git a/usr.bin/yacc/verbose.c b/usr.bin/yacc/verbose.c index 7d16d35..282eaa3 100644 --- a/usr.bin/yacc/verbose.c +++ b/usr.bin/yacc/verbose.c @@ -41,9 +41,7 @@ static char sccsid[] = "@(#)verbose.c 5.3 (Berkeley) 1/20/91"; #endif #include -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #include #include "defs.h" diff --git a/usr.bin/yacc/warshall.c b/usr.bin/yacc/warshall.c index e2db00a..46d934d 100644 --- a/usr.bin/yacc/warshall.c +++ b/usr.bin/yacc/warshall.c @@ -41,9 +41,7 @@ static char sccsid[] = "@(#)warshall.c 5.4 (Berkeley) 5/24/93"; #endif #include -#ifdef __FBSDID __FBSDID("$FreeBSD$"); -#endif #include "defs.h" -- cgit v1.1