041c4ba175
Konoha is a new scripting language that offers flexible scripting and static programming features. I have tested only on NetBSD/i386 6.99.10.
16 lines
383 B
C
16 lines
383 B
C
$NetBSD: patch-src_main_security.c,v 1.1 2012/08/07 16:06:06 ryoon Exp $
|
|
|
|
* Fix include order
|
|
|
|
--- src/main/security.c.orig 2012-03-07 06:52:15.000000000 +0000
|
|
+++ src/main/security.c
|
|
@@ -27,6 +27,9 @@
|
|
|
|
/* ************************************************************************ */
|
|
|
|
+#include <sys/param.h>
|
|
+#include <sys/sysctl.h>
|
|
+
|
|
#include"commons.h"
|
|
|
|
#ifdef K_USING_WIN32_
|