diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-22 19:52:59 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-22 19:52:59 +0000 |
commit | 785ec6a1f41842ea1b753718968f5497bbb7f04f (patch) | |
tree | 1e63598bf0c75172dd75bb84fc700c0fccb81a60 /bin | |
parent | 8f7b828bab5b3004a881430215ccf2891b3a5db9 (diff) | |
download | FreeBSD-src-785ec6a1f41842ea1b753718968f5497bbb7f04f.zip FreeBSD-src-785ec6a1f41842ea1b753718968f5497bbb7f04f.tar.gz |
Update SCM ID.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/mv/mv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mv/mv.c b/bin/mv/mv.c index 1777a64..a32eb57 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -44,9 +44,9 @@ static char const copyright[] = #if 0 static char sccsid[] = "@(#)mv.c 8.2 (Berkeley) 4/2/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/time.h> |