diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-10-13 08:13:09 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-10-13 08:13:09 +0000 |
commit | 785d6b68c3f5f048977fc361fe591085480fa5f4 (patch) | |
tree | a8bc930f989425094ee0081a515e0f8486022d1f /main/mailx/mailx-gcc4.patch | |
parent | 877687e793a2758c4e6dbcbcc392ef7ab55e863a (diff) | |
download | aports-785d6b68c3f5f048977fc361fe591085480fa5f4.tar.bz2 aports-785d6b68c3f5f048977fc361fe591085480fa5f4.tar.xz |
main/mailx: move to main
Diffstat (limited to 'main/mailx/mailx-gcc4.patch')
-rw-r--r-- | main/mailx/mailx-gcc4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/mailx/mailx-gcc4.patch b/main/mailx/mailx-gcc4.patch new file mode 100644 index 0000000000..54740a2302 --- /dev/null +++ b/main/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 |