diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-11 10:26:14 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-11 10:26:14 +0000 |
commit | 2df42ad263fb35c75e9df70e06a505eeeeb7e737 (patch) | |
tree | 607bdd2e788a7ffc481ebffce98004c9a05844f2 /deskutils | |
parent | - add Crypt::OpenSSL::X509 0.5 (diff) |
- Attempt to fix build on 5.x
Reported by: pointyhat via kris
Approved by: Alex Keda <admin@lissyara.su> (maintainer)
Notes
Notes:
svn path=/head/; revision=193249
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xneur/files/patch-lib__config__xnconfig_memory.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/xneur/files/patch-lib__config__xnconfig_memory.c b/deskutils/xneur/files/patch-lib__config__xnconfig_memory.c new file mode 100644 index 000000000000..ffd68331c4b2 --- /dev/null +++ b/deskutils/xneur/files/patch-lib__config__xnconfig_memory.c @@ -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> + |