-/*
- * client.c -- connect to a server
+/* client.c -- connect to a server
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
return NOTOK;
}
- memset(&hints, 0, sizeof(hints));
+ ZERO(&hints);
#ifdef AI_ADDRCONFIG
hints.ai_flags = AI_ADDRCONFIG;
#endif