diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:47:32 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:47:32 +0200 |
commit | 55d63e11656f2cd07f7b15f2833211b55c4d6d89 (patch) | |
tree | 7c4526be53c3bdeed376866242aa5a388b3fc58d /extra/slim/gcc44.patch | |
parent | 6f94da2c4bd9ba797c7d2d9f0d711646c3de9654 (diff) | |
download | nutyx-extra-55d63e11656f2cd07f7b15f2833211b55c4d6d89.tar.gz nutyx-extra-55d63e11656f2cd07f7b15f2833211b55c4d6d89.tar.bz2 nutyx-extra-55d63e11656f2cd07f7b15f2833211b55c4d6d89.tar.xz nutyx-extra-55d63e11656f2cd07f7b15f2833211b55c4d6d89.zip |
Ajout de slim#1.3.1-1
Diffstat (limited to 'extra/slim/gcc44.patch')
-rw-r--r-- | extra/slim/gcc44.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/slim/gcc44.patch b/extra/slim/gcc44.patch new file mode 100644 index 000000000..83d9f99ec --- /dev/null +++ b/extra/slim/gcc44.patch @@ -0,0 +1,12 @@ +diff -ru slim-1.3.1/switchuser.h slim-patched/switchuser.h +--- slim-1.3.1/switchuser.h 2008-11-11 19:40:18.000000000 +0000 ++++ slim-patched/switchuser.h 2008-11-11 19:40:28.000000000 +0000 +@@ -18,6 +18,7 @@ + #include <pwd.h> + #include <grp.h> + #include <paths.h> ++#include <cstdio> + #include <iostream> + #include "const.h" + #include "cfg.h" + |