From 8f226dc2226aa355021b1884aa7099586176c03f Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 8 Dec 2001 02:28:16 +0000 Subject: Only use __FBSDID if it is defined. This fixes the 4.4-release (but not stable) -> current upgrade path. Reviewed by: markm --- usr.bin/yacc/mkpar.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/yacc/mkpar.c') diff --git a/usr.bin/yacc/mkpar.c b/usr.bin/yacc/mkpar.c index bce7f20..34aa81d 100644 --- a/usr.bin/yacc/mkpar.c +++ b/usr.bin/yacc/mkpar.c @@ -36,7 +36,9 @@ #include +#ifdef __FBSDID __FBSDID("$FreeBSD$"); +#endif #ifndef lint static char const sccsid[] = "@(#)mkpar.c 5.3 (Berkeley) 1/20/91"; -- cgit v1.1