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 f6a6872c9847a..7933f3c4d0c0c 100644 --- a/sbin/restore/main.c +++ b/sbin/restore/main.c @@ -42,7 +42,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.10 1999/08/28 00:14:07 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |