Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 282904 | Differences between
and this patch

Collapse All | Expand All

(-)xjdic/xjdclient.c (-1 / +1 lines)
Lines 36-46 Link Here
36
#include <stdlib.h>
36
#include <stdlib.h>
37
#include <unistd.h>
37
#include <unistd.h>
38
#include <signal.h>
38
#include <signal.h>
39
#include <errno.h>
39
#include "xjdic.h"
40
#include "xjdic.h"
40
41
41
#define CVERBOSE 0
42
#define CVERBOSE 0
42
int chk_cnt=0;
43
int chk_cnt=0;
43
extern int errno;
44
unsigned char host[51] = {"localhost"};
44
unsigned char host[51] = {"localhost"};
45
unsigned char yn[2];
45
unsigned char yn[2];
46
unsigned int portno = XJ_PORTNO;
46
unsigned int portno = XJ_PORTNO;
(-)xjdic/xjdserver.c (-2 / +1 lines)
Lines 28-33 Link Here
28
#include <netdb.h>
28
#include <netdb.h>
29
#include <stdlib.h>
29
#include <stdlib.h>
30
#include <signal.h>
30
#include <signal.h>
31
#include <errno.h>
31
#include "xjdic.h"
32
#include "xjdic.h"
32
33
33
#define SVERBOSE 0
34
#define SVERBOSE 0
Lines 56-63 Link Here
56
int thisdic = 0;
57
int thisdic = 0;
57
int DicNum;
58
int DicNum;
58
59
59
extern int errno;
60
61
extern unsigned char Dnamet[10][100],XJDXnamet[10][100];
60
extern unsigned char Dnamet[10][100],XJDXnamet[10][100];
62
extern unsigned char *dicbufft[10];
61
extern unsigned char *dicbufft[10];
63
extern unsigned long diclent[10], indlent[10],indptrt[10];
62
extern unsigned long diclent[10], indlent[10],indptrt[10];

Return to bug 282904