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

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

1.1     ! joerg       1: $NetBSD$
        !             2:
        !             3: --- xjdclient.c.orig   2006-01-03 15:57:52.000000000 +0000
        !             4: +++ xjdclient.c
        !             5: @@ -26,6 +26,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/socket.h>
        !            13: @@ -40,7 +41,6 @@
        !            14:
        !            15:  #define CVERBOSE 0
        !            16:  int chk_cnt=0;
        !            17: -extern int errno;
        !            18:  unsigned char host[51] = {"localhost"};
        !            19:  unsigned char yn[2];
        !            20:  unsigned int portno = XJ_PORTNO;

CVSweb <webmaster@jp.NetBSD.org>