diff options
Diffstat (limited to 'net/ytalk/patches/patch-ac')
-rw-r--r-- | net/ytalk/patches/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
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 { |