aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xinstall/xinstall.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-04-09 11:39:05 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-04-09 11:39:05 +0000
commitc3e3cbe16e782ac8b1a9c9731cfc34330cce8e61 (patch)
tree5ef8a3a42818796fd67f5bede4fe1ec2fbb16d7d /usr.bin/xinstall/xinstall.c
parent2ce7d7a0335f8424a2645ec044a0202ebef230d8 (diff)
downloadsrc-c3e3cbe16e782ac8b1a9c9731cfc34330cce8e61.tar.gz
src-c3e3cbe16e782ac8b1a9c9731cfc34330cce8e61.zip
No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.
Notes
Notes: svn path=/head/; revision=94276
Diffstat (limited to 'usr.bin/xinstall/xinstall.c')
-rw-r--r--usr.bin/xinstall/xinstall.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c
index 9190de5ea2ac..21f19d359719 100644
--- a/usr.bin/xinstall/xinstall.c
+++ b/usr.bin/xinstall/xinstall.c
@@ -32,10 +32,7 @@
*/
#include <sys/cdefs.h>
-
-#ifdef __FBSDID
__FBSDID("$FreeBSD$");
-#endif
#ifndef lint
static const char copyright[] =