aboutsummaryrefslogtreecommitdiff
path: root/bin/cp
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
commit1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch)
tree41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /bin/cp
parent685dc743dc3b5645e34836464128e1c0558b404b (diff)
Diffstat (limited to 'bin/cp')
-rw-r--r--bin/cp/cp.c2
-rw-r--r--bin/cp/utils.c2
2 files changed, 0 insertions, 4 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.
*
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index 8c1c350ff6f1..02d78350067c 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -35,8 +35,6 @@ static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/acl.h>
#include <sys/stat.h>