1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Attempt to fix build on 5.x

Reported by:	pointyhat via kris
Approved by:	Alex Keda <admin@lissyara.su> (maintainer)
This commit is contained in:
Andrew Pantyukhin 2007-06-11 10:26:14 +00:00
parent 6879ca51f6
commit 2df42ad263
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193249
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- ./lib/config/xnconfig_memory.c.orig Mon Jun 11 12:08:15 2007
+++ ./lib/config/xnconfig_memory.c Mon Jun 11 12:08:29 2007
@@ -17,6 +17,7 @@
*
*/
+#include <sys/_types.h>
#include <sys/shm.h>
#include <string.h>

View File

@ -0,0 +1,10 @@
--- ./lib/config/xnconfig_memory.c.orig Mon Jun 11 12:08:15 2007
+++ ./lib/config/xnconfig_memory.c Mon Jun 11 12:08:29 2007
@@ -17,6 +17,7 @@
*
*/
+#include <sys/_types.h>
#include <sys/shm.h>
#include <string.h>