Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 283683 Details for
Bug 282904
app-i18n/xjdic - Electronic Japanese-English Dictionary Program
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
New patch correcting errno usage.
xjdic-24.patch (text/plain), 972 bytes, created by
Dirk Gouders
on 2011-08-17 20:11:43 UTC
(
hide
)
Description:
New patch correcting errno usage.
Filename:
MIME Type:
Creator:
Dirk Gouders
Created:
2011-08-17 20:11:43 UTC
Size:
972 bytes
patch
obsolete
>diff -Naur xjdic/xjdclient.c xjdic/xjdclient.c >--- xjdic/xjdclient.c 1998-08-31 12:56:56.000000000 +0200 >+++ xjdic/xjdclient.c 2011-08-17 22:01:53.489858052 +0200 >@@ -36,11 +36,11 @@ > #include <stdlib.h> > #include <unistd.h> > #include <signal.h> >+#include <errno.h> > #include "xjdic.h" > > #define CVERBOSE 0 > int chk_cnt=0; >-extern int errno; > unsigned char host[51] = {"localhost"}; > unsigned char yn[2]; > unsigned int portno = XJ_PORTNO; >diff -Naur xjdic/xjdserver.c xjdic/xjdserver.c >--- xjdic/xjdserver.c 2003-05-28 07:58:02.000000000 +0200 >+++ xjdic/xjdserver.c 2011-08-17 22:02:23.787145400 +0200 >@@ -28,6 +28,7 @@ > #include <netdb.h> > #include <stdlib.h> > #include <signal.h> >+#include <errno.h> > #include "xjdic.h" > > #define SVERBOSE 0 >@@ -56,8 +57,6 @@ > int thisdic = 0; > int DicNum; > >-extern int errno; >- > extern unsigned char Dnamet[10][100],XJDXnamet[10][100]; > extern unsigned char *dicbufft[10]; > extern unsigned long diclent[10], indlent[10],indptrt[10];
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282904
:
202538
|
283547
|
283549
|
283551
|
283683
|
283745
|
283747
|
283749
|
283751