diff options
Diffstat (limited to 'bin/cp/utils.c')
-rw-r--r-- | bin/cp/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cp/utils.c b/bin/cp/utils.c index 93577ef4fb0a..745f99be625c 100644 --- a/bin/cp/utils.c +++ b/bin/cp/utils.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/cp/utils.c,v 1.52.2.3.2.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/acl.h> |