[BACK]Return to auth-options.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth-options.h between version 1.15 and 1.16

version 1.15, 2006/07/06 16:03:53 version 1.16, 2006/08/03 03:34:41
Line 15 
Line 15 
 #ifndef AUTH_OPTIONS_H  #ifndef AUTH_OPTIONS_H
 #define AUTH_OPTIONS_H  #define AUTH_OPTIONS_H
   
 #include <sys/types.h>  
   
 #include <pwd.h>  
   
 /* Linked list of custom environment strings */  /* Linked list of custom environment strings */
 struct envstring {  struct envstring {
         struct envstring *next;          struct envstring *next;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16