diff options
author | mef <mef@pkgsrc.org> | 2013-06-12 12:05:35 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2013-06-12 12:05:35 +0000 |
commit | a52b8a3e4906200397ed7fa5b0d26ba9d52d447d (patch) | |
tree | 5050c2f0a711e2053c4e703a92d736b6b26ad5ec /shells/posh/patches | |
parent | b58ba50af17610a565cc764a19c48a973e3674a1 (diff) | |
download | pkgsrc-a52b8a3e4906200397ed7fa5b0d26ba9d52d447d.tar.gz |
Bump 0.12 to 0.12.1
patches/patch-main.c is deleted, upstream took fix.
---------
posh (0.12.1) unstable; urgency=low
* Add missing compat header include, thanks to Makoto Fujiwara.
closes: #712009.
Diffstat (limited to 'shells/posh/patches')
-rw-r--r-- | shells/posh/patches/patch-main.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/shells/posh/patches/patch-main.c b/shells/posh/patches/patch-main.c deleted file mode 100644 index 94aa6da8edd..00000000000 --- a/shells/posh/patches/patch-main.c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-main.c,v 1.1 2013/06/11 21:43:13 mef Exp $ - -Avoid getting following warning, - main.c: In function 'main': - main.c:206:15: warning: assignment makes pointer from integer without a cast -and segmentation faulting just after invocation on NetBSD/amd64 6.1. - ---- main.c.orig 2004-06-09 00:51:50.000000000 +0900 -+++ main.c 2013-06-12 00:40:13.000000000 +0900 -@@ -7,6 +7,7 @@ - #include "sh.h" - #include "ksh_stat.h" - #include "ksh_time.h" -+#include "src/compat.h" - - extern char **environ; - |