diff options
Diffstat (limited to 'lib/libc/compat-43/sethostid.c')
-rw-r--r-- | lib/libc/compat-43/sethostid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/compat-43/sethostid.c b/lib/libc/compat-43/sethostid.c index 0ef7a12854f..cda698d8080 100644 --- a/lib/libc/compat-43/sethostid.c +++ b/lib/libc/compat-43/sethostid.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)sethostid.c 8.1 (Berkeley) 6/2/93"; +static char *rcsid = "$OpenBSD: sethostid.c,v 1.4 1996/08/19 08:19:28 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> |