X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=errlog.c;h=ec623b8f554b1ad149f45bdb39fcb89ae0a1d5f0;hb=e9cce70a7b744e3b7ce9bafcf64c7827c1c1f675;hp=b9ad70c42818107a45bcdf6bcc4bd2397c0146e2;hpb=76514c066f4b46ba1d63e2255edfb59f6e3ce3b3;p=privoxy.git diff --git a/errlog.c b/errlog.c index b9ad70c4..ec623b8f 100644 --- a/errlog.c +++ b/errlog.c @@ -1,4 +1,4 @@ -const char errlog_rcs[] = "$Id: errlog.c,v 1.34 2002/03/24 13:25:43 swa Exp $"; +const char errlog_rcs[] = "$Id: errlog.c,v 1.36 2002/03/26 22:29:54 swa Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/errlog.c,v $ @@ -7,7 +7,7 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.34 2002/03/24 13:25:43 swa Exp $"; * printf-like fashion. * * Copyright : Written by and Copyright (C) 2001 the SourceForge - * Privoxy team. http://ijbswa.sourceforge.net + * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -33,6 +33,12 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.34 2002/03/24 13:25:43 swa Exp $"; * * Revisions : * $Log: errlog.c,v $ + * Revision 1.36 2002/03/26 22:29:54 swa + * we have a new homepage! + * + * Revision 1.35 2002/03/24 15:23:33 jongfoster + * Name changes + * * Revision 1.34 2002/03/24 13:25:43 swa * name change related issues * @@ -225,6 +231,7 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.34 2002/03/24 13:25:43 swa Exp $"; #endif /* def _WIN32 */ #ifdef __OS2__ +#include /* For sock_errno */ #define INCL_DOS #include #endif