Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[PATCH] fix the current-20080506 to be build in cross-compilation mode
The recent (20080506) current snapshot from netbsd.se can't be build due to some typos.
Fix them.
--
With Best Regards,
Andy Shevchenko
--- netbsd.se-local/usr.sbin/cpuctl/arch/noarch.c.orig 2008-05-05
20:54:14.000000000 +0300
+++ netbsd.se-local/usr.sbin/cpuctl/arch/noarch.c 2008-05-06
12:10:05.000000000 +0300
@@ -31,6 +31,8 @@
__RCSID("$NetBSD: noarch.c,v 1.1 2008/05/05 17:54:14 ad Exp $");
#endif /* not lint */
+#include <sys/types.h>
+
#include <stdio.h>
#include "../cpuctl.h"
--- netbsd.se-local/usr.sbin/cpuctl/cpuctl.c.orig 2008-05-06
08:49:31.000000000 +0300
+++ netbsd.se-local/usr.sbin/cpuctl/cpuctl.c 2008-05-06 12:06:59.000000000
+0300
@@ -34,6 +34,8 @@
__RCSID("$NetBSD: cpuctl.c,v 1.5 2008/05/05 17:54:14 ad Exp $");
#endif /* not lint */
+#include <sys/types.h>
+
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/uio.h>
Home |
Main Index |
Thread Index |
Old Index