From 7380723594d3608ad04e7667f94c24ac797520a6 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 19 Dec 2001 06:05:42 +0000 Subject: xinstall is part of the upgrade path for 4.4-RELEASE as well. Do the usualy ifdef trick here. Reported by: dworkin muller and faried nawaz --- usr.bin/xinstall/xinstall.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 3e10bdb..23dde6d 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -33,7 +33,9 @@ #include +#ifdef __FBSDID __FBSDID("$FreeBSD$"); +#endif #ifndef lint static const char copyright[] = -- cgit v1.1