No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.

This commit is contained in:
Ruslan Ermilov 2002-04-09 11:39:05 +00:00
parent 2ce7d7a033
commit c3e3cbe16e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94276
17 changed files with 0 additions and 37 deletions

View File

@ -25,9 +25,7 @@
*/
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <sys/param.h>
#include <objformat.h>

View File

@ -35,9 +35,7 @@
static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <sys/types.h>
#include <sys/stat.h>

View File

@ -27,10 +27,7 @@
*/
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <err.h>
#include <stdarg.h>

View File

@ -28,10 +28,7 @@
*/
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <ctype.h>
#include <err.h>

View File

@ -32,10 +32,7 @@
*/
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#ifndef lint
static const char copyright[] =

View File

@ -41,9 +41,7 @@ static char sccsid[] = "@(#)closure.c 5.3 (Berkeley) 5/24/93";
#endif
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <stdlib.h>
#include "defs.h"

View File

@ -40,9 +40,7 @@ static char sccsid[] = "@(#)error.c 5.3 (Berkeley) 6/1/90";
#endif
#endif
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
/* routines for printing error messages */

View File

@ -41,9 +41,7 @@ static char sccsid[] = "@(#)lalr.c 5.3 (Berkeley) 6/1/90";
#endif
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <stdlib.h>
#include "defs.h"

View File

@ -41,9 +41,7 @@ static char sccsid[] = "@(#)lr0.c 5.3 (Berkeley) 1/20/91";
#endif
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <stdlib.h>
#include "defs.h"

View File

@ -41,9 +41,7 @@ static char sccsid[] = "@(#)main.c 5.5 (Berkeley) 5/24/93";
#endif
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <paths.h>
#include <signal.h>

View File

@ -40,9 +40,7 @@ static char sccsid[] = "@(#)mkpar.c 5.3 (Berkeley) 1/20/91";
#endif
#endif
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <stdlib.h>
#include "defs.h"

View File

@ -41,9 +41,7 @@ static char sccsid[] = "@(#)output.c 5.7 (Berkeley) 5/24/93";
#endif
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <stdlib.h>
#include <string.h>

View File

@ -41,9 +41,7 @@ static char sccsid[] = "@(#)reader.c 5.7 (Berkeley) 1/20/91";
#endif
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <stdlib.h>
#include <string.h>

View File

@ -41,9 +41,7 @@ static char sccsid[] = "@(#)skeleton.c 5.8 (Berkeley) 4/29/95";
#endif
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include "defs.h"

View File

@ -41,9 +41,7 @@ static char sccsid[] = "@(#)symtab.c 5.3 (Berkeley) 6/1/90";
#endif
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <stdlib.h>
#include <string.h>

View File

@ -41,9 +41,7 @@ static char sccsid[] = "@(#)verbose.c 5.3 (Berkeley) 1/20/91";
#endif
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <stdlib.h>
#include "defs.h"

View File

@ -41,9 +41,7 @@ static char sccsid[] = "@(#)warshall.c 5.4 (Berkeley) 5/24/93";
#endif
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include "defs.h"