Fix RCSID's

Add missing unistd.h include
This commit is contained in:
christos 1997-07-13 19:18:05 +00:00
parent 6ca98be503
commit 5ea18919c4
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sethostname.c,v 1.4 1995/06/16 07:36:21 jtc Exp $ */
/* $NetBSD: sethostname.c,v 1.5 1997/07/13 19:18:05 christos Exp $ */
/*
* Copyright (c) 1989, 1993
@ -33,16 +33,18 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)sethostname.c 8.1 (Berkeley) 6/4/93";
#else
static char rcsid[] = "$NetBSD: sethostname.c,v 1.4 1995/06/16 07:36:21 jtc Exp $";
__RCSID("$NetBSD: sethostname.c,v 1.5 1997/07/13 19:18:05 christos Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <sys/sysctl.h>
#include <unistd.h>
#if __STDC__
int