diff options
Diffstat (limited to 'sbin/restore/main.c')
-rw-r--r-- | sbin/restore/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/restore/main.c b/sbin/restore/main.c index d8825c9e3df2c..a98a211f2aa57 100644 --- a/sbin/restore/main.c +++ b/sbin/restore/main.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/main.c,v 1.23.2.1 2005/04/03 16:44:44 imp Exp $"; #endif /* not lint */ #include <sys/param.h> |