[packages/guile1: 79/172] - fix building guile on alpha: change count type from int to size_t in libguile/fports.c. (patch f

jajcus jajcus at pld-linux.org
Sat Dec 12 13:45:25 CET 2015


commit 0b88003c739466453cd5b1adeb51af4d9ac0cbec
Author: kloczek <kloczek at pld-linux.org>
Date:   Sat May 25 09:05:38 2002 +0000

    - fix building guile on alpha: change count type from int to size_t in libguile/fports.c.
      (patch from rawhide).
    
    Changed files:
        guile-sizet.patch -> 1.1

 guile-sizet.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/guile-sizet.patch b/guile-sizet.patch
new file mode 100644
index 0000000..d56ca26
--- /dev/null
+++ b/guile-sizet.patch
@@ -0,0 +1,11 @@
+--- guile-1.3.4/libguile/fports.c.orig	Mon May 28 17:43:09 2001
++++ guile-1.3.4/libguile/fports.c	Mon May 28 17:43:18 2001
+@@ -433,7 +433,7 @@
+ static int
+ fport_fill_input (SCM port)
+ {
+-  int count;
++  size_t count;
+   scm_port *pt = SCM_PTAB_ENTRY (port);
+   struct scm_fport *fp = SCM_FSTREAM (port);
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/guile1.git/commitdiff/ebe6c26bec9cbe3813afc2be58f989889f8e944a



More information about the pld-cvs-commit mailing list