forgot to add a patch.

This commit is contained in:
Maho Nakata 2011-09-28 06:24:29 +00:00
parent 97e17b67b6
commit d181000179
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282551

View file

@ -0,0 +1,12 @@
--- cpuid_ia64.c.orig 2011-09-23 10:47:22.000000000 -0400
+++ cpuid_ia64.c 2011-09-23 10:48:08.000000000 -0400
@@ -38,7 +38,9 @@
#include <stdio.h>
#include <string.h>
+#ifdef linux
#include <sys/sysinfo.h>
+#endif
#include "cpuid.h"
#ifdef __ECC