summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2020-09-01 10:40:49 +0700
committerAndrey Grozin <grozin@gentoo.org>2020-09-01 10:41:38 +0700
commit89c87cab591751925771ceb83eb17e1dc904689c (patch)
tree069c06d5f03b320dd7d7a2ff5706f26ce0f2df5b /dev-lisp/clisp/files/clisp-2.49-bits_ipctypes_to_sys_ipc.patch
parentsys-kernel/gentoo-sources: Stabilize 5.4.60 arm64, #738000 (diff)
downloadgentoo-89c87cab591751925771ceb83eb17e1dc904689c.tar.gz
gentoo-89c87cab591751925771ceb83eb17e1dc904689c.tar.bz2
gentoo-89c87cab591751925771ceb83eb17e1dc904689c.zip
dev-lisp/clisp: clean old versions
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-lisp/clisp/files/clisp-2.49-bits_ipctypes_to_sys_ipc.patch')
-rw-r--r--dev-lisp/clisp/files/clisp-2.49-bits_ipctypes_to_sys_ipc.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-lisp/clisp/files/clisp-2.49-bits_ipctypes_to_sys_ipc.patch b/dev-lisp/clisp/files/clisp-2.49-bits_ipctypes_to_sys_ipc.patch
deleted file mode 100644
index 8037157c9512..000000000000
--- a/dev-lisp/clisp/files/clisp-2.49-bits_ipctypes_to_sys_ipc.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ru a/modules/bindings/glibc/linux.lisp b/modules/bindings/glibc/linux.lisp
---- a/modules/bindings/glibc/linux.lisp 2008-10-08 19:36:19.000000000 +0300
-+++ b/modules/bindings/glibc/linux.lisp 2013-04-08 00:05:06.028305248 +0300
-@@ -67,7 +67,7 @@
- (def-c-type __daddr_t) ; int
- (def-c-type __caddr_t) ; c-pointer
- (def-c-type __time_t) ; long
--(def-c-type __swblk_t) ; long
-+;(def-c-type __swblk_t) ; long
-
- (def-c-type __fd_mask ulong)
- (eval-when (load compile eval)
-@@ -86,7 +86,7 @@
-
- (def-c-type __key_t) ; int
-
--(c-lines "#include <bits/ipctypes.h>~%")
-+(c-lines "#include <sys/ipc.h>~%")
- (def-c-type __ipc_pid_t) ; ushort
-
- ; --------------------------- <sys/types.h> -----------------------------------