gethostname prototype).
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10505
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Mar 30 13:50:15 1998 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * resolve.c: Include unistd.h if present on system (for
+ gethostname prototype).
+
Wed Feb 18 16:30:37 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
#include <sys/socket.h>
#endif
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
#include <netdb.h>
int
char addrcopy[4];
struct hostent *host;
int quiet = 0;
- int err;
argc--; argv++;
while (argc) {