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

before commit.

pointyhat++
This commit is contained in:
ambrisko 2005-12-02 04:55:05 +00:00
parent d2a0621d27
commit 4c3c3beb25

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)