[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.18 and 1.18.4.1

version 1.18, 2004/06/13 15:03:02 version 1.18.4.1, 2005/09/04 18:40:02
Line 17 
Line 17 
 #define INCLUDES_H  #define INCLUDES_H
   
 #define RCSID(msg) \  #define RCSID(msg) \
 static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }  static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.18.4.1