Unbreak build when I fluff the clean-up of __FBSDID diff reduction

before commit.

pointyhat++
This commit is contained in:
Doug Ambrisko 2005-12-02 04:55:05 +00:00
parent 4b609e4caa
commit 00bb0c6bdf

View File

@ -41,6 +41,8 @@ __FBSDID("$FreeBSD$");
#include <sys/sysctl.h>
#include <sys/utsname.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
int
__xuname(int namesize, void *namebuf)