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

Annotation of pkgsrc/misc/xjdic/patches/patch-xjdxgen.c, Revision 1.1

1.1     ! joerg       1: $NetBSD$
        !             2:
        !             3: --- xjdxgen.c.orig     2013-01-16 14:02:59.000000000 +0000
        !             4: +++ xjdxgen.c
        !             5: @@ -74,9 +74,7 @@ int stringcomp(unsigned char *s1, unsign
        !             6:  }
        !             7:
        !             8:  /*====function to Load Dictionary and load/create index table=======*/
        !             9: -main(argc,argv)
        !            10: -int argc;
        !            11: -unsigned char **argv;
        !            12: +main(int argc,char **argv)
        !            13:  {
        !            14:    FILE *fp,*fopen();
        !            15:    unsigned long possav,schi,diclen,indlen;

CVSweb <webmaster@jp.NetBSD.org>