[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.14 and 1.15

version 1.14, 2006/03/25 22:22:42 version 1.15, 2006/07/06 16:03:53
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.14  
changed lines
  Added in v.1.15