summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-12-19 06:05:42 +0000
committerimp <imp@FreeBSD.org>2001-12-19 06:05:42 +0000
commit7380723594d3608ad04e7667f94c24ac797520a6 (patch)
tree89e0fdc904da8bff8b153081bd9128ae109a2839 /usr.bin/xinstall
parent52ddcb254b39192f4c34dd0f09a506613b79a75c (diff)
downloadFreeBSD-src-7380723594d3608ad04e7667f94c24ac797520a6.zip
FreeBSD-src-7380723594d3608ad04e7667f94c24ac797520a6.tar.gz
xinstall is part of the upgrade path for 4.4-RELEASE as well.
Do the usualy ifdef trick here. Reported by: dworkin muller <addr-removed> and faried nawaz <fn@hungry.com>
Diffstat (limited to 'usr.bin/xinstall')
-rw-r--r--usr.bin/xinstall/xinstall.c2
1 files changed, 2 insertions, 0 deletions
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 <sys/cdefs.h>
+#ifdef __FBSDID
__FBSDID("$FreeBSD$");
+#endif
#ifndef lint
static const char copyright[] =
OpenPOWER on IntegriCloud