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/warshall.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/yacc/warshall.c') diff --git a/usr.bin/yacc/warshall.c b/usr.bin/yacc/warshall.c index 0b65f25..8f1cd1c 100644 --- a/usr.bin/yacc/warshall.c +++ b/usr.bin/yacc/warshall.c @@ -36,7 +36,9 @@ #include +#ifdef __FBSDID __FBSDID("$FreeBSD$"); +#endif #ifndef lint static char const sccsid[] = "@(#)warshall.c 5.4 (Berkeley) 5/24/93"; -- cgit v1.1