SOURCES: scsh-build.patch - more fixes

arekm arekm at pld-linux.org
Sun Jan 28 01:51:52 CET 2007


Author: arekm                        Date: Sun Jan 28 00:51:52 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- more fixes

---- Files affected:
SOURCES:
   scsh-build.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/scsh-build.patch
diff -u SOURCES/scsh-build.patch:1.1 SOURCES/scsh-build.patch:1.2
--- SOURCES/scsh-build.patch:1.1	Fri Aug 13 09:19:32 2004
+++ SOURCES/scsh-build.patch	Sun Jan 28 01:51:46 2007
@@ -66,3 +66,47 @@
  extern int errno;
  
 
+--- scsh/c/scheme48vm.c.org	2007-01-28 00:41:33.495497167 +0000
++++ scsh/c/scheme48vm.c	2007-01-28 00:41:54.036575518 +0000
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
++#include <string.h>
+ #include "prescheme.h"
+ #include "scheme48vm-prelude.h"
+ 
+--- scsh/c/scheme48heap.c.org	2007-01-28 00:42:32.690604751 +0000
++++ scsh/c/scheme48heap.c	2007-01-28 00:42:39.998988421 +0000
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
++#include <string.h>
+ #include "prescheme.h"
+ #include "scheme48vm.h"
+ 
+--- scsh/c/unix/io.c~	2007-01-28 00:47:48.000000000 +0000
++++ scsh/c/unix/io.c	2007-01-28 00:49:31.212576026 +0000
+@@ -146,13 +146,13 @@
+       return 0; }
+ }
+ 
++static long write_integer(unsigned long n, FILE *port);
++
+ long
+ ps_write_integer(long n, FILE *port)
+ {
+   int status;
+ 
+-  static long write_integer(unsigned long n, FILE *port);
+-
+   if (n == 0) {
+     WRITE_CHAR('0', port, status);
+     return status; }
+--- scsh/scsh/libscsh.c.org	2007-01-28 00:46:50.652147036 +0000
++++ scsh/scsh/libscsh.c	2007-01-28 00:47:08.033059487 +0000
+@@ -4,6 +4,7 @@
+ 
+ #include <stdarg.h>
+ #include <stdio.h>
++#include <unistd.h>
+ #include "scheme48.h"
+ #include "libscsh.h"
+ #include "sysdep.h"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/scsh-build.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list