diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
commit | a3ac5dbadb5694f6713891634647a7cef4553c0f (patch) | |
tree | fbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin/hostname/hostname.c | |
parent | cb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff) |
update rcsid
Diffstat (limited to 'bin/hostname/hostname.c')
-rw-r--r-- | bin/hostname/hostname.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index 2f3f3b46a0b..51f930abd57 100644 --- a/bin/hostname/hostname.c +++ b/bin/hostname/hostname.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hostname.c,v 1.2 1996/06/23 14:20:12 deraadt Exp $ */ /* $NetBSD: hostname.c,v 1.10 1995/09/07 06:28:40 jtc Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)hostname.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$NetBSD: hostname.c,v 1.10 1995/09/07 06:28:40 jtc Exp $"; +static char rcsid[] = "$OpenBSD: hostname.c,v 1.2 1996/06/23 14:20:12 deraadt Exp $"; #endif #endif /* not lint */ |