diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-18 18:23:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-18 18:23:19 +0000 |
commit | c385dee718b3166e576d42f77e4c98ef70001436 (patch) | |
tree | 362803b5ed0b722c2b0cc9bea71fd3173a3f065f /net | |
parent | 778a2f1ac8736f543f98807451d63d26ed48a639 (diff) | |
download | pkgsrc-c385dee718b3166e576d42f77e4c98ef70001436.tar.gz |
Fix errno.
Diffstat (limited to 'net')
-rw-r--r-- | net/ytalk/distinfo | 3 | ||||
-rw-r--r-- | net/ytalk/patches/patch-ac | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/net/ytalk/distinfo b/net/ytalk/distinfo index 11fb04f3983..19f3a7b23a1 100644 --- a/net/ytalk/distinfo +++ b/net/ytalk/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 12:14:08 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/12/18 18:23:19 joerg Exp $ SHA1 (ytalk-3.1.1.tar.gz) = be7828b46bac5cb0c3a1a95052e49b9d8337ea27 RMD160 (ytalk-3.1.1.tar.gz) = 443770dc8028737b922ae37796c6fa26fb7cd753 Size (ytalk-3.1.1.tar.gz) = 83244 bytes SHA1 (patch-aa) = 7c5cd9207b19016c471a26fbb66148adf5f24e0a SHA1 (patch-ab) = 65db8d60db07ec7bc4530a8fca84f6d411b61db2 +SHA1 (patch-ac) = 64791cc92b19b82b10fd032e5895ae798afd750c diff --git a/net/ytalk/patches/patch-ac b/net/ytalk/patches/patch-ac new file mode 100644 index 00000000000..9c79045f625 --- /dev/null +++ b/net/ytalk/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2005/12/18 18:23:19 joerg Exp $ + +--- header.h.orig 2005-12-18 18:16:38.000000000 +0000 ++++ header.h +@@ -261,10 +261,6 @@ extern int io_len; /* user input cou + + extern int running_process; /* flag: is process running? */ + +-/* ---- some machine compatibility definitions ---- */ +- +-extern int errno; +- + /* aliases -- added by Roger Espel Llima (borrowed from utalk) */ + + struct alias { |