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

version 1.2, 2015/01/21 21:17:05 version 1.3, 2015/07/02 22:28:13
Line 1 Line 1
 #include <stdio.h>  #include <stdio.h>
 #include <unistd.h>  #include <unistd.h>
   #include <string.h>
   #include <errno.h>
 #include <pthread.h>  #include <pthread.h>
 #include <sys/wait.h>  #include <sys/wait.h>
 #include <aitrpc.h>  #include <aitrpc.h>

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


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