Difference for server/player.c from version 1.45 to 1.46


version 1.45 version 1.46
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.45 2001/03/30 07:52:24 mwedel Exp $";   *   "$Id: player.c,v 1.46 2001/04/06 00:41:07 michtoen Exp $";
  */   */
   
 /*  /*
Line 26
 
Line 26
     The author can be reached via e-mail to mwedel@scruz.net      The author can be reached via e-mail to mwedel@scruz.net
 */  */
   
 #include <pwd.h>  
 #include <global.h>  #include <global.h>
   #ifndef WIN32 // ---win32 remove headers
   #include <pwd.h>
   #endif
 #ifndef __CEXTRACT__  #ifndef __CEXTRACT__
 #include <sproto.h>  #include <sproto.h>
 #endif  #endif


Legend:
line(s) removed in v.1.45 
line(s) changed
 line(s) added in v.1.46

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