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

Diff for /src/usr.bin/telnet/main.c between version 1.24 and 1.25

version 1.24, 2014/07/20 05:22:02 version 1.25, 2014/07/20 06:39:41
Line 32 
Line 32 
   
 #include "telnet_locl.h"  #include "telnet_locl.h"
   
 /* These values need to be the same as defined in libtelnet/kerberos5.c */  #include <unistd.h>
 /* Either define them in both places, or put in some common header file. */  
 #define OPTS_FORWARD_CREDS      0x00000002  
 #define OPTS_FORWARDABLE_CREDS  0x00000001  
   
 int family = AF_UNSPEC;  int family = AF_UNSPEC;
 int rtableid = -1;  int rtableid = -1;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25