Clean up includes; the prototype for getosreldate() has moved to

<unistd.h> in r183390.
This commit is contained in:
ru 2011-12-14 08:35:08 +00:00
parent 99acc82e0f
commit eea2081b7b

View File

@ -33,12 +33,11 @@ static char sccsid[] = "@(#)gethostid.c 8.1 (Berkeley) 6/2/93";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/types.h>
#include <sys/sysctl.h>
#include <errno.h>
#include <stdlib.h>
#include <osreldate.h>
#include <stdlib.h>
#include <unistd.h>
int
getosreldate(void)