1 /*	@(#)in_systm.h 1.8 88/08/19 SMI; from UCB 7.1 6/5/86	*/
2 
3 /*
4  * Copyright (c) 1982, 1986 Regents of the University of California.
5  * All rights reserved.  The Berkeley software License Agreement
6  * specifies the terms and conditions for redistribution.
7  */
8 
9 /*
10  * $Id: //depot/argus/argus-3.0/clients/include/cygwin-include/netinet/in_systm.h#5 $
11  * $DateTime: 2006/02/23 13:25:52 $
12  * $Change: 627 $
13  */
14 
15 /*
16  * Miscellaneous internetwork
17  * definitions for kernel.
18  */
19 
20 #ifndef _netinet_in_systm_h
21 #define _netinet_in_systm_h
22 
23 typedef u_short n_short;		/* short as received from the net */
24 typedef u_long	n_long;			/* long as received from the net */
25 
26 typedef	u_long	n_time;			/* ms since 00:00 GMT, byte rev */
27 
28 #endif /*!_netinet_in_systm_h*/
29