Diff for /libaitrpc/example/tsrv2.c between versions 1.2 and 1.3

version 1.2, 2015/01/15 01:42:37 version 1.3, 2015/07/02 22:28:13
Line 1 Line 1
 #include <stdio.h>  #include <stdio.h>
 #include <pthread.h>  #include <pthread.h>
   #include <string.h>
   #include <errno.h>
 #include <aitrpc.h>  #include <aitrpc.h>
 #include "rc.h"  #include "rc.h"
   

Removed from v.1.2  
changed lines
  Added in v.1.3


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