Difference for server/ban.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_ban_c =   * static char *rcsid_ban_c =
  *   "$Id: ban.c,v 1.3 2001/04/06 00:40:03 michtoen Exp $";   *   "$Id: ban.c,v 1.4 2001/04/06 19:07:03 michtoen Exp $";
  */   */
   
 /*  /*
Line 11
 
Line 11
  */    */
   
 #include <global.h>  #include <global.h>
 #ifndef WIN32 // ---win32 : remove unix headers  #ifndef WIN32 /* ---win32 : remove unix headers */
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
 #endif // win32  #endif /* win32 */
 #ifdef hpux  #ifdef hpux
 #include <sys/ptyio.h>  #include <sys/ptyio.h>
 #endif  #endif
   
 #ifndef WIN32 // ---win32 : remove unix headers  #ifndef WIN32 /* ---win32 : remove unix headers */
 #include <errno.h>  #include <errno.h>
 #include <stdio.h>  #include <stdio.h>
 #include <sys/file.h>  #include <sys/file.h>
 #endif // win32  #endif /* win32 */
   
 int checkbanned(char *login, char *host)  int checkbanned(char *login, char *host)
 {  {


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:26