diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-09 15:04:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-09 15:04:19 +0000 |
commit | fe6b57c151d899645c666584395fd9e649dbf353 (patch) | |
tree | 9a6354ed242d8050262d3db67778c38cc00af634 /editors | |
parent | 383bb886ad0dfc7ee4c220e33259af1293473a4b (diff) | |
download | pkgsrc-fe6b57c151d899645c666584395fd9e649dbf353.tar.gz |
Fix errno.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/joe/distinfo | 3 | ||||
-rw-r--r-- | editors/joe/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/joe/distinfo b/editors/joe/distinfo index bbe132b8b64..45dd1e70681 100644 --- a/editors/joe/distinfo +++ b/editors/joe/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.10 2005/07/19 08:29:52 adam Exp $ +$NetBSD: distinfo,v 1.11 2005/12/09 15:04:19 joerg Exp $ SHA1 (joe-3.3.tar.gz) = f961fe68fa7c11a8d2334b15028661fb46a2d773 RMD160 (joe-3.3.tar.gz) = f85ff66c0e00cbb85c0063601f3b41459bf2b336 Size (joe-3.3.tar.gz) = 478218 bytes +SHA1 (patch-aa) = 4a67d0c4ff03ae5a1e44698dd24a7b8bc2c26ea8 diff --git a/editors/joe/patches/patch-aa b/editors/joe/patches/patch-aa new file mode 100644 index 00000000000..4374f713390 --- /dev/null +++ b/editors/joe/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.8 2005/12/09 15:04:19 joerg Exp $ + +--- b.c.orig 2005-12-09 14:54:06.000000000 +0000 ++++ b.c +@@ -47,7 +47,6 @@ static int selinux_enabled = -1; + + unsigned char stdbuf[stdsiz]; + +-extern int errno; + int guesscrlf = 0; + int guessindent = 0; + |