aboutsummaryrefslogtreecommitdiff
path: root/bin/cp/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cp/cp.c')
-rw-r--r--bin/cp/cp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/cp/cp.c b/bin/cp/cp.c
index e38cd97f4369..24156e4b4a0b 100644
--- a/bin/cp/cp.c
+++ b/bin/cp/cp.c
@@ -44,8 +44,6 @@ static char sccsid[] = "@(#)cp.c 8.2 (Berkeley) 4/1/94";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* Cp copies source files to target files.
*