|
|
@@ -24,3 +24,15 @@ Index: lib/strftime.c
|
|
|
# include <wchar.h>
|
|
|
# else
|
|
|
/* Simulate mbrlen with mblen as best we can. */
|
|
|
+Index: lib/path-concat.c
|
|
|
+--- lib/path-concat.c.orig 1999-10-10 20:34:46 +0200
|
|
|
++++ lib/path-concat.c 2004-08-18 19:56:40 +0200
|
|
|
+@@ -31,8 +31,6 @@
|
|
|
+ #endif
|
|
|
+ #include <sys/types.h>
|
|
|
+
|
|
|
+-char *malloc ();
|
|
|
+-
|
|
|
+ #ifndef DIRECTORY_SEPARATOR
|
|
|
+ # define DIRECTORY_SEPARATOR '/'
|
|
|
+ #endif
|