[BACK]Return to serv1.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

Diff for /OpenXM/src/ox_math/serv1.c between version 1.1 and 1.2

version 1.1, 1999/10/29 08:06:41 version 1.2, 1999/11/02 06:11:58
Line 11 
Line 11 
 #include "ox.h"  #include "ox.h"
 #include "serv2.h"  #include "serv2.h"
   
   static int send_ox_sync_ball(int fd);
   
 extern MLINK lp;  extern MLINK lp;
 static int sv_read  = 3;  static int sv_read  = 3;
 static int sv_write = 4;  static int sv_write = 4;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>