78b8b91e6a
Requires _KMEMUSER as well on NetBSD.
15 lines
434 B
C
15 lines
434 B
C
$NetBSD: patch-kcontrol_kfontinst_kfontinst_GetPid.c,v 1.1 2013/01/15 15:35:25 joerg Exp $
|
|
|
|
--- kcontrol/kfontinst/kfontinst/GetPid.c.orig 2013-01-14 15:01:36.000000000 +0000
|
|
+++ kcontrol/kfontinst/kfontinst/GetPid.c
|
|
@@ -28,6 +28,10 @@
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
*/
|
|
|
|
+#ifdef __NetBSD__
|
|
+#define _KMEMUSER
|
|
+#endif
|
|
+
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|