21 lines
522 B
Text
21 lines
522 B
Text
$NetBSD: patch-ae,v 1.1 2006/01/03 16:00:57 joerg Exp $
|
|
|
|
--- xjdserver.c.orig 2006-01-03 15:59:16.000000000 +0000
|
|
+++ xjdserver.c
|
|
@@ -20,6 +20,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <ctype.h>
|
|
+#include <errno.h>
|
|
#include <string.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
@@ -56,8 +57,6 @@ int jiver = 14;
|
|
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];
|