diff options
Diffstat (limited to 'bin/hostname/hostname.c')
-rw-r--r-- | bin/hostname/hostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index 94e5d4a724340..e89ebcdfffac6 100644 --- a/bin/hostname/hostname.c +++ b/bin/hostname/hostname.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)hostname.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/hostname/hostname.c,v 1.10 1999/08/27 23:14:25 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |