Displaying 2 results from an estimated 2 matches for "tatsuyoshi".
2009 Mar 17
1
Segmentation fault when only use pop3
...eturn TRUE;
! }
! if(set->server->imap) {
! p = strstr(set->server->imap->login_executable, " -D");
! if (p != NULL && p[3] == '\0')
! return TRUE;
! }
return FALSE;
}
Regards.
--
Tatsuyoshi Toyota
rs27 at tatsuyoshi.net
2009 Apr 06
0
conflict name of si_code on NetBSD
...void signal_handler_t(const siginfo_t *si, void *context);
! /* Convert sicode to string */
! const char *lib_signal_code_to_str(int signo, int sicode);
/* Set signal handler for specific signal. If delayed is TRUE, the handler
will be called later, ie. not as a real signal handler. */
--
Tatsuyoshi Toyota
rs27 at tatsuyoshi.net