diff options
Diffstat (limited to 'inputmethod/sj3-lib/patches/patch-ax')
-rw-r--r-- | inputmethod/sj3-lib/patches/patch-ax | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/inputmethod/sj3-lib/patches/patch-ax b/inputmethod/sj3-lib/patches/patch-ax new file mode 100644 index 00000000000..abd20e4dbab --- /dev/null +++ b/inputmethod/sj3-lib/patches/patch-ax @@ -0,0 +1,12 @@ +$NetBSD: patch-ax,v 1.1 2005/12/02 22:57:32 joerg Exp $ + +--- server/comuni.c.orig 2005-12-02 22:44:55.000000000 +0000 ++++ server/comuni.c +@@ -98,7 +98,6 @@ extern char *proto_name; + extern int port_number; + #endif + extern int max_client; +-extern int errno; + + static int fd_inet = -1; + static int fd_unix = -1; |