Only use __FBSDID if it is defined. This fixes the 4.4-release (but

not stable) -> current upgrade path.

Reviewed by: markm
This commit is contained in:
Warner Losh 2001-12-08 02:28:16 +00:00
parent e10f1484e4
commit bc505f7742
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87517
14 changed files with 28 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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