diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-21 18:40:22 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-21 18:40:22 +0200 |
commit | 433398f14f36f3f4cc4ab3e128c16f8ff3ef5dfd (patch) | |
tree | 445f86c639192184e6dc74103fc8916c0c3c8ff6 /base/fam/fam-2.7.0-limits.patch | |
parent | e31cb7fa4bff9b0da5a2c13405b005f31da8a4aa (diff) | |
download | nutyx-extra-433398f14f36f3f4cc4ab3e128c16f8ff3ef5dfd.tar.gz nutyx-extra-433398f14f36f3f4cc4ab3e128c16f8ff3ef5dfd.tar.bz2 nutyx-extra-433398f14f36f3f4cc4ab3e128c16f8ff3ef5dfd.tar.xz nutyx-extra-433398f14f36f3f4cc4ab3e128c16f8ff3ef5dfd.zip |
Ajout de fam#2.7.0-1
Diffstat (limited to 'base/fam/fam-2.7.0-limits.patch')
-rw-r--r-- | base/fam/fam-2.7.0-limits.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/base/fam/fam-2.7.0-limits.patch b/base/fam/fam-2.7.0-limits.patch new file mode 100644 index 000000000..424895719 --- /dev/null +++ b/base/fam/fam-2.7.0-limits.patch @@ -0,0 +1,11 @@ +--- include/fam.h.orig 2005-05-25 09:26:38.000000000 +0000 ++++ include/fam.h 2005-05-25 09:27:04.000000000 +0000 +@@ -41,7 +41,7 @@ + *****************************************************************************/ + + /* For NAME_MAX - maximum # of chars in a filename */ +-#include "limits.h" ++#include <limits.h> + + + |