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

Diff for /src/usr.bin/telnet/commands.c between version 1.49 and 1.50

version 1.49, 2006/01/14 21:21:46 version 1.50, 2009/04/27 06:08:10
Line 38 
Line 38 
 #endif  /* defined(IPPROTO_IP) && defined(IP_TOS) */  #endif  /* defined(IPPROTO_IP) && defined(IP_TOS) */
   
 char    *hostname;  char    *hostname;
 static char _hostname[MAXHOSTNAMELEN];  
   
 typedef int (*intrtn_t)(int, char**);  typedef int (*intrtn_t)(int, char**);
 static int call(intrtn_t, ...);  static int call(intrtn_t, ...);

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50