[BACK]Return to region.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/region.c between version 1.34 and 1.35

version 1.34, 2014/03/20 07:47:29 version 1.35, 2015/03/19 21:22:15
Line 9 
Line 9 
  * internal use.   * internal use.
  */   */
   
 #include <sys/types.h>  #include <sys/queue.h>
 #include <sys/socket.h>  #include <sys/socket.h>
   #include <sys/types.h>
   #include <errno.h>
 #include <fcntl.h>  #include <fcntl.h>
 #include <poll.h>  #include <poll.h>
   #include <signal.h>
   #include <stdio.h>
   #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35