mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 08:33:24 +00:00
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:
parent
e10f1484e4
commit
bc505f7742
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87517
@ -28,7 +28,9 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#ifdef __FBSDID
|
||||
__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
#include <err.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -29,7 +29,9 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#ifdef __FBSDID
|
||||
__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user