comparison zotnet/mts/client.c @ 12:441a2190cfae

Lion fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Apr 2012 13:10:49 +0900
parents a6481689f99c
children
comparison
equal deleted inserted replaced
11:5cf052bee63d 12:441a2190cfae
1 /* client.c - connect to a server */ 1 /* client.c - connect to a server */
2 #ifndef lint 2 #ifndef lint
3 static char ident[] = "@(#)$Id$"; 3 static char ident[] = "@(#)$Id: client.c,v 1.3 2006/12/05 18:18:14 kono Exp $";
4 #endif /* lint */ 4 #endif /* lint */
5 5
6 #if defined(SYS5) && defined(AUX) 6 #if defined(SYS5) && defined(AUX)
7 #define u_short ushort 7 #define u_short ushort
8 #define u_long ulong 8 #define u_long ulong