123456789101112131415161718 |
- @@ -26,7 +26,6 @@
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
- -#include <sys/cdefs.h>
-
- /*
- * Copyright (c) 1987 by Sun Microsystems, Inc.
- @@ -38,6 +37,7 @@
- #include <sys/socket.h>
-
- #include <netinet/in.h>
- +#include <netdb.h>
-
- #include <errno.h>
- #include <string.h>
|