diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-07 13:56:07 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-07 13:56:07 +0000 |
commit | a4cd7f41cacdd521a1bc2528d36735e49b46d9ed (patch) | |
tree | 483fdf521bfcea51f4f399e62168ab3aee5e4791 /testing/mailx/mailx-gcc4.patch | |
parent | fe1907eabe4fb94b9e5f5e771697527d57cbae6c (diff) | |
download | aports-a4cd7f41cacdd521a1bc2528d36735e49b46d9ed.tar.bz2 aports-a4cd7f41cacdd521a1bc2528d36735e49b46d9ed.tar.xz |
testing/mailx: moved from unstable to testing
downgraded and added patches taken from archlinux
Diffstat (limited to 'testing/mailx/mailx-gcc4.patch')
-rw-r--r-- | testing/mailx/mailx-gcc4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/mailx/mailx-gcc4.patch b/testing/mailx/mailx-gcc4.patch new file mode 100644 index 0000000000..54740a2302 --- /dev/null +++ b/testing/mailx/mailx-gcc4.patch @@ -0,0 +1,12 @@ +K. Piche: Unofficial patch for mailx. + +--- dotlock.c.orig 2005-09-18 20:28:20.000000000 -0400 ++++ dotlock.c 2005-09-18 20:26:59.000000000 -0400 +@@ -47,6 +47,7 @@ + #include <errno.h> + #include <signal.h> + ++#include "def.h" + #include "extern.h" + + #ifndef O_SYNC |