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

Diff for /src/usr.bin/ssh/Attic/includes.h between version 1.1 and 1.2

version 1.1, 1999/09/26 20:53:36 version 1.2, 1999/09/29 12:59:13
Line 213 
Line 213 
 #include <sys/resource.h>  #include <sys/resource.h>
 #endif  #endif
   
 #ifndef HAVE_VSNPRINTF  
 #define vsnprintf(buf, len, fmt, args) vsprintf(buf, fmt, args)  
 #endif  
   
 /* These POSIX macros are not defined in every system. */  /* These POSIX macros are not defined in every system. */
   
 #ifndef S_IRWXU  #ifndef S_IRWXU

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2