canna****@lists*****
canna****@lists*****
2003年 9月 24日 (水) 23:50:40 JST
Date: Wednesday September 24, 2003 @ 23:50 Author: aida_s Update of /cvsroot/canna/canna/lib/RKindep In directory sf-cvs:/tmp/cvs-serv14115/lib/RKindep Modified Files: file.c Log Message: Now canna works on 64bit Solaris. I believe canna also works in other 64bit environments with minor changes. * configure.ac: check in_addr_t and socklen_t * canna/net.h: Define canna_in_addr_t and canna_socklen_t here. For this include "ccompat.h" first and place an include guard. * cmd/cannastat/cannastat.c: remove verbose include * cmd/crfreq/crfreq.c: fix type of header size * lib/RK/RKintern.h(HD_TAGSIZ): correct definition * lib/RK/ngram.c(RkKxGram): typeof(ng_neg) is canna_uint32_t (RkReadGram): ditto (RkCheckNegGram): ditto * lib/RKC/wconvert.c(connect_unix): correct length of sockaddr (connect_inet, INET6): type of port (connect_inet, !INET6): type of hostinetaddr. use h_addr_list if available. * lib/RKindep/file.c(RkiConnect): type of 5th argument of getsockopt * lib/canna/lisp.c(patom): cast properly due to varargs * server/comm.c(open_inet_socket): use socklen_t * server/main.c(process_request): forgot to pass first argument to Dmsg * server/wconvert.c(ExtensionRequest): static =================================================================== File: no file file.c Status: Needs Checkout Working revision: 1.3 Wed Sep 24 14:50:40 2003 Repository revision: 1.3 /cvsroot/canna/canna/lib/RKindep/file.c,v Existing Tags: after_win_removal (revision: 1.2) before_win_removal (revision: 1.2)