[BACK]Return to patch-ae CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / misc / xjdic / patches

Annotation of pkgsrc/misc/xjdic/patches/patch-ae, Revision 1.1

1.1     ! joerg       1: $NetBSD$
        !             2:
        !             3: --- xjdserver.c.orig   2006-01-03 15:59:16.000000000 +0000
        !             4: +++ xjdserver.c
        !             5: @@ -20,6 +20,7 @@
        !             6:
        !             7:  #include <stdio.h>
        !             8:  #include <ctype.h>
        !             9: +#include <errno.h>
        !            10:  #include <string.h>
        !            11:  #include <sys/types.h>
        !            12:  #include <sys/stat.h>
        !            13: @@ -56,8 +57,6 @@ int jiver = 14;
        !            14:  int thisdic = 0;
        !            15:  int DicNum;
        !            16:
        !            17: -extern int errno;
        !            18: -
        !            19:  extern unsigned char Dnamet[10][100],XJDXnamet[10][100];
        !            20:  extern unsigned char *dicbufft[10];
        !            21:  extern unsigned long diclent[10], indlent[10],indptrt[10];

CVSweb <webmaster@jp.NetBSD.org>