public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lisp/clisp/files: clisp-2.48-bits_ipctypes_to_sys_ipc.patch
@ 2012-12-04  0:00 Panagiotis Christopoulos (pchrist)
  0 siblings, 0 replies; 2+ messages in thread
From: Panagiotis Christopoulos (pchrist) @ 2012-12-04  0:00 UTC (permalink / raw
  To: gentoo-commits

pchrist     12/12/04 00:00:48

  Added:                clisp-2.48-bits_ipctypes_to_sys_ipc.patch
  Log:
  minor patch to 2.48-r2, fixes bug #425748 , thanks to  Alexey Kretov (domini at onego.ru)
  
  (Portage version: 2.1.11.33/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  dev-lisp/clisp/files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch?rev=1.1&content-type=text/plain

Index: clisp-2.48-bits_ipctypes_to_sys_ipc.patch
===================================================================
diff -ru a/modules/bindings/glibc/linux.lisp b/modules/bindings/glibc/linux.lisp
--- a/modules/bindings/glibc/linux.lisp	2008-10-10 16:15:49.000000000 +0300
+++ b/modules/bindings/glibc/linux.lisp	2012-12-04 01:01:35.000000000 +0200
@@ -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> -----------------------------------





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lisp/clisp/files: clisp-2.48-bits_ipctypes_to_sys_ipc.patch
@ 2013-04-22 10:17 Panagiotis Christopoulos (pchrist)
  0 siblings, 0 replies; 2+ messages in thread
From: Panagiotis Christopoulos (pchrist) @ 2013-04-22 10:17 UTC (permalink / raw
  To: gentoo-commits

pchrist     13/04/22 10:17:08

  Modified:             clisp-2.48-bits_ipctypes_to_sys_ipc.patch
  Log:
  Apply trivial patch, fix Bug #465384, thanks to  Christopher J. Volny [cvolny gmail com]
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 3AC579B91BC03656)

Revision  Changes    Path
1.2                  dev-lisp/clisp/files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch?r1=1.1&r2=1.2

Index: clisp-2.48-bits_ipctypes_to_sys_ipc.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clisp-2.48-bits_ipctypes_to_sys_ipc.patch	4 Dec 2012 00:00:48 -0000	1.1
+++ clisp-2.48-bits_ipctypes_to_sys_ipc.patch	22 Apr 2013 10:17:08 -0000	1.2
@@ -1,6 +1,15 @@
 diff -ru a/modules/bindings/glibc/linux.lisp b/modules/bindings/glibc/linux.lisp
 --- a/modules/bindings/glibc/linux.lisp	2008-10-10 16:15:49.000000000 +0300
-+++ b/modules/bindings/glibc/linux.lisp	2012-12-04 01:01:35.000000000 +0200
++++ b/modules/bindings/glibc/linux.lisp	2013-04-22 11:12:59.148502615 +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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-22 10:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-04  0:00 [gentoo-commits] gentoo-x86 commit in dev-lisp/clisp/files: clisp-2.48-bits_ipctypes_to_sys_ipc.patch Panagiotis Christopoulos (pchrist)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-22 10:17 Panagiotis Christopoulos (pchrist)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox