Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 197 → Rev 198

/trunk/debian/patches/misplaced_MAXPATHLEN.patch
1,9 → 1,9
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Subject: Move reserve MAXPATHLEN definition up.
 
--- a/src/modules/files/efuns.c
+++ b/src/modules/files/efuns.c
@@ -118,6 +118,10 @@ LINKFUNC(BOOL, movefileex, (
--- a/src/modules/_Stdio/efuns.c
+++ b/src/modules/_Stdio/efuns.c
@@ -89,6 +89,10 @@ LINKFUNC(BOOL, movefileex, (
#endif /* __NT__ */
14,7 → 14,7
struct array *encode_stat(PIKE_STAT_T *s)
{
struct array *a;
@@ -1524,9 +1528,6 @@ void f_getcwd(INT32 args)
@@ -1466,9 +1470,6 @@ void f_getcwd(INT32 args)
size*=2;
} while (size < 10000);
#else