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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153009

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)