diff options
Diffstat (limited to 'bin/cp/cp.c')
-rw-r--r-- | bin/cp/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cp/cp.c b/bin/cp/cp.c index e3238133cd9b..05c45c0f3787 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)cp.c 8.2 (Berkeley) 4/1/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/cp/cp.c,v 1.57.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); /* * Cp copies source files to target files. |