aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/okphone/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/okphone/files/patch-ag')
-rw-r--r--japanese/okphone/files/patch-ag21
1 files changed, 21 insertions, 0 deletions
diff --git a/japanese/okphone/files/patch-ag b/japanese/okphone/files/patch-ag
new file mode 100644
index 00000000000..9e7ae910dcb
--- /dev/null
+++ b/japanese/okphone/files/patch-ag
@@ -0,0 +1,21 @@
+--- ./client/misc.c.orig Mon Dec 2 22:27:53 2002
++++ ./client/misc.c Mon Dec 2 22:28:24 2002
+@@ -1,3 +1,4 @@
++#include <errno.h>
+ #include "defs.h"
+ #undef echo()
+ #undef noecho()
+@@ -27,11 +28,11 @@
+ int fatal;
+ char *mesg;
+ {
+- extern int errno;
+ #ifndef __FreeBSD__
++ extern int errno;
+ extern char *sys_errlist[];
+-#endif
+ extern int sys_nerr;
++#endif
+ char buf[80];
+
+ if (errno) {