diff options
Diffstat (limited to 'lib/libc/gen/sethostname.c')
-rw-r--r-- | lib/libc/gen/sethostname.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sethostname.c b/lib/libc/gen/sethostname.c index 4554b5a110b..c9786b41c34 100644 --- a/lib/libc/gen/sethostname.c +++ b/lib/libc/gen/sethostname.c @@ -32,13 +32,13 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: sethostname.c,v 1.2 1996/08/19 08:25:48 tholo Exp $"; +static char rcsid[] = "$OpenBSD: sethostname.c,v 1.3 1997/07/25 20:30:03 mickey Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/sysctl.h> -#if __STDC__ +#ifdef __STDC__ int sethostname(const char *name, int namelen) #else |