]> git.pld-linux.org Git - packages/clisp.git/blame - clisp-glibc2.16.patch
- fix paths
[packages/clisp.git] / clisp-glibc2.16.patch
CommitLineData
ff457d66
JR
1--- clisp-2.49/src/bindings/glibc/linux.c~ 2012-12-12 12:40:18.710628464 +0100
2+++ clisp-2.49/src/bindings/glibc/linux.c 2012-12-12 12:41:37.060625700 +0100
258f532d
JR
3@@ -3,7 +3,7 @@
4 extern gcv_object_t module__linux__object_tab[];
5 #include <stddef.h>
6 #include <sys/types.h>
7-#include <bits/ipctypes.h>
8+#include <sys/ipc.h>
9 #include <errno.h>
10 static int *clisp_errno_location(void);
11 static int *clisp_errno_location() { return &errno; }
This page took 0.024379 seconds and 4 git commands to generate.