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


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


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

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