]> git.pld-linux.org Git - packages/arc.git/commitdiff
- update for 2.51j
authordjurban <djurban@pld-linux.org>
Sun, 18 Sep 2005 23:22:01 +0000 (23:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixes for gcc4

Changed files:
    arc-gcc4.patch -> 1.1
    arc-time.patch -> 1.2

arc-gcc4.patch [new file with mode: 0644]
arc-time.patch

diff --git a/arc-gcc4.patch b/arc-gcc4.patch
new file mode 100644 (file)
index 0000000..bd86ccb
--- /dev/null
@@ -0,0 +1,11 @@
+--- arc-5.21j/marc.c~  2003-10-31 03:22:36.000000000 +0100
++++ arc-5.21j/marc.c   2005-09-19 01:23:14.000000000 +0200
+@@ -48,7 +48,7 @@
+ int nargs;                           /* number of arguments */
+ char *arg[];                         /* pointers to arguments */
+ {
+-    char *makefnam();                /* filename fixup routine */
++//    char *makefnam();                      /* filename fixup routine */
+     char *envfind();
+ #if   !_MTS
+     char *arctemp2, *mktemp();                /* temp file stuff */
index 4ea267dbc48461c877eb152a6ec06f36330b8470..8cd7ddb12ee74f44178201b3133858c8dbf69b94 100644 (file)
@@ -33,3 +33,23 @@ diff -urN arc.org/tmclock.c arc/tmclock.c
  
  long  tzone;
  
+--- arc-5.21j/arcdos.c~        2003-10-31 03:32:19.000000000 +0100
++++ arc-5.21j/arcdos.c 2005-09-19 01:15:06.000000000 +0200
+@@ -30,17 +30,8 @@
+ #if   UNIX
+ #include <sys/types.h>
+ #include <sys/stat.h>
+-#if   BSD
+ #include <sys/time.h>
+-#else 
+ #include <time.h>             /* Sys V. Bleah. */
+-#if   NEED_TIMEVAL
+-struct        timeval {
+-      long    tv_sec;
+-      long    tv_usec;
+-};
+-#endif
+-#endif        /* BSD vs SYSV */
+ #endif
+ #if   GEMDOS
This page took 0.085412 seconds and 4 git commands to generate.