| 2 * It contains source for the internal Zephyr routines. |
2 * It contains source for the internal Zephyr routines. |
| 3 * |
3 * |
| 4 * Created by: Robert French |
4 * Created by: Robert French |
| 5 * |
5 * |
| 6 * $Source$ |
6 * $Source$ |
| 7 * $Author: thekingant $ |
7 * $Author: chipx86 $ |
| 8 * |
8 * |
| 9 * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of |
9 * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of |
| 10 * Technology. |
10 * Technology. |
| 11 * For copying and distribution information, see the file |
11 * For copying and distribution information, see the file |
| 12 * "mit-copyright.h". |
12 * "mit-copyright.h". |
| 13 */ |
13 */ |
| 14 /* $Header$ */ |
14 /* $Header$ */ |
| 15 |
15 |
| 16 #include <internal.h> |
16 #include "internal.h" |
| 17 #include <arpa/inet.h> |
17 #include <arpa/inet.h> |
| 18 #include <sys/socket.h> |
18 #include <sys/socket.h> |
| 19 #include <utmp.h> |
19 #include <utmp.h> |
| 20 |
20 |
| 21 #ifndef lint |
21 #ifndef lint |
| 22 static const char rcsid_Zinternal_c[] = |
22 static const char rcsid_Zinternal_c[] = |
| 23 "$Id: Zinternal.c 8088 2003-11-11 07:08:13Z thekingant $"; |
23 "$Id: Zinternal.c 9554 2004-04-24 09:02:28Z chipx86 $"; |
| 24 static const char copyright[] = |
24 static const char copyright[] = |
| 25 "Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology."; |
25 "Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology."; |
| 26 #endif |
26 #endif |
| 27 |
27 |
| 28 extern char *inet_ntoa (); |
28 extern char *inet_ntoa (); |