Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/japanese/edict/files/patch-xjdserver.c
16461 views
1
--- xjdserver.c.orig 2024-09-30 19:42:21.985134000 +0100
2
+++ xjdserver.c 2024-09-30 19:42:39.088405000 +0100
3
@@ -20,6 +20,7 @@
4
5
#include <stdio.h>
6
#include <ctype.h>
7
+#include <errno.h>
8
#include <string.h>
9
#include <sys/types.h>
10
#include <sys/stat.h>
11
@@ -55,8 +56,6 @@
12
int jiver = 14;
13
int thisdic = 0;
14
int DicNum;
15
-
16
-extern int errno;
17
18
extern unsigned char Dnamet[10][100],XJDXnamet[10][100];
19
extern unsigned char *dicbufft[10];
20
21