diff options
author | joerg <joerg> | 2005-12-09 16:22:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-09 16:22:28 +0000 |
commit | cf2fda3c6c17a5ce1fe21549fdccae93b80e893d (patch) | |
tree | 185f9276c7b0be9ff0c07c12e53297230d0e41e6 /editors | |
parent | 2410113bc1a5575999c8cfec6cbae3af44c7ac58 (diff) | |
download | pkgsrc-cf2fda3c6c17a5ce1fe21549fdccae93b80e893d.tar.gz |
Fix errno.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ve/distinfo | 3 | ||||
-rw-r--r-- | editors/ve/patches/patch-ae | 20 |
2 files changed, 22 insertions, 1 deletions
diff --git a/editors/ve/distinfo b/editors/ve/distinfo index bc90864291a..3e1f7c1bbb9 100644 --- a/editors/ve/distinfo +++ b/editors/ve/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 17:15:13 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/12/09 16:22:28 joerg Exp $ SHA1 (ve-1.0.tgz) = 0faac299b697ff6dfc28d234ee47089ad4d148ff RMD160 (ve-1.0.tgz) = ae9bede0e3e068c4221a541b66261154d9ab84d5 @@ -7,3 +7,4 @@ SHA1 (patch-aa) = 5cd86d04368f46cf247db23b99202f5a8c44f61a SHA1 (patch-ab) = b9fb31c6c047bad051e1e11f611f67fec75f6f86 SHA1 (patch-ac) = 6b6c6e2d79076994a133001ba44495760d3b8930 SHA1 (patch-ad) = dd1901fe8412f87a88fd7768493c6780acbb01ba +SHA1 (patch-ae) = 5f6d0b634cb803ca48cd8528c8b2f64767fe73f4 diff --git a/editors/ve/patches/patch-ae b/editors/ve/patches/patch-ae new file mode 100644 index 00000000000..8e657956bb3 --- /dev/null +++ b/editors/ve/patches/patch-ae @@ -0,0 +1,20 @@ +$NetBSD: patch-ae,v 1.1 2005/12/09 16:22:29 joerg Exp $ + +--- global.h.orig 2005-12-09 16:18:29.000000000 +0000 ++++ global.h +@@ -317,15 +317,9 @@ extern char *str_post2; + extern char *BoardName; + + +-#ifdef XINU +-extern int errno; +- +-#endif +- + #endif /* _MAIN_C_ */ + + +-extern int errno; + extern jmp_buf byebye; /* for exception condition like I/O error */ + + |