$NetBSD$ --- panel-plugin/mailwatch-mailbox-pop3.c.orig 2007-12-26 19:00:36.000000000 +0000 +++ panel-plugin/mailwatch-mailbox-pop3.c @@ -177,7 +177,7 @@ pop3_get_sockaddr(XfceMailwatchPOP3Mailb const gchar *service, struct sockaddr_in *addr) { struct addrinfo hints = { 0, PF_INET, SOCK_STREAM, IPPROTO_TCP, - sizeof(struct sockaddr_in), NULL, NULL, NULL }; + 0, NULL, NULL, NULL }; GError *error = NULL; TRACE("entering (%s, %s, %p)", host, service, addr);