Update SCM ID.

This commit is contained in:
David E. O'Brien 2002-03-22 19:52:59 +00:00
parent 12767b8463
commit 0302f42b51

View File

@ -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>