summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc/warshall.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-12-08 02:28:16 +0000
committerimp <imp@FreeBSD.org>2001-12-08 02:28:16 +0000
commit8f226dc2226aa355021b1884aa7099586176c03f (patch)
tree4bc1ec2bb94dc8423e96f2fcd0df0e2b82a2197a /usr.bin/yacc/warshall.c
parentc1953cedc9e1ea758b117e8768440fc1056524fb (diff)
downloadFreeBSD-src-8f226dc2226aa355021b1884aa7099586176c03f.zip
FreeBSD-src-8f226dc2226aa355021b1884aa7099586176c03f.tar.gz
Only use __FBSDID if it is defined. This fixes the 4.4-release (but
not stable) -> current upgrade path. Reviewed by: markm
Diffstat (limited to 'usr.bin/yacc/warshall.c')
-rw-r--r--usr.bin/yacc/warshall.c2
1 files changed, 2 insertions, 0 deletions
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 <sys/cdefs.h>
+#ifdef __FBSDID
__FBSDID("$FreeBSD$");
+#endif
#ifndef lint
static char const sccsid[] = "@(#)warshall.c 5.4 (Berkeley) 5/24/93";
OpenPOWER on IntegriCloud