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

Diff for /src/usr.bin/rpcinfo/rpcinfo.c between version 1.10 and 1.11

version 1.10, 2005/09/22 20:52:55 version 1.11, 2006/01/20 00:01:20
Line 56 
Line 56 
 #include <unistd.h>  #include <unistd.h>
 #include <ctype.h>  #include <ctype.h>
 #include <errno.h>  #include <errno.h>
   #include <limits.h>
 #include <arpa/inet.h>  #include <arpa/inet.h>
   
 #define MAXHOSTLEN 256  #define MAXHOSTLEN 256

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11