X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=amiga.c;h=ccd021e4da6fec05a350f5f7ae2a6b834b377216;hb=89da77792fa3ab61c289d9f7e894f278195278aa;hp=eb1cd42c9d81cf69111f11317e05bad03c4835a7;hpb=b3ee70e4ee07171ad5cc5050748d53db7228f232;p=privoxy.git diff --git a/amiga.c b/amiga.c index eb1cd42c..ccd021e4 100644 --- a/amiga.c +++ b/amiga.c @@ -1,12 +1,12 @@ -const char amiga_rcs[] = "$Id: amiga.c,v 1.6 2002/03/09 20:03:52 jongfoster Exp $"; +const char amiga_rcs[] = "$Id: amiga.c,v 1.9 2002/03/26 22:29:54 swa Exp $"; /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/amiga.c,v $ + * File : $Source: /cvsroot/ijbswa/current/Attic/amiga.c,v $ * * Purpose : Amiga-specific declarations. * * Copyright : Written by and Copyright (C) 2001 the SourceForge - * Privoxy team. http://ijbswa.sourceforge.net + * Privoxy team. http://www.privoxy.org/ * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @@ -28,6 +28,15 @@ const char amiga_rcs[] = "$Id: amiga.c,v 1.6 2002/03/09 20:03:52 jongfoster Exp * * Revisions : * $Log: amiga.c,v $ + * Revision 1.9 2002/03/26 22:29:54 swa + * we have a new homepage! + * + * Revision 1.8 2002/03/25 19:32:15 joergs + * Name in version string changed from junkbuster to Privoxy. + * + * Revision 1.7 2002/03/24 13:25:43 swa + * name change related issues + * * Revision 1.6 2002/03/09 20:03:52 jongfoster * - Making various functions return int rather than size_t. * (Undoing a recent change). Since size_t is unsigned on @@ -83,7 +92,7 @@ const char amiga_rcs[] = "$Id: amiga.c,v 1.6 2002/03/09 20:03:52 jongfoster Exp const char amiga_h_rcs[] = AMIGA_H_VERSION; unsigned long __stack = 100*1024; -static char ver[] = "$VER: junkbuster " __AMIGAVERSION__ " (" __AMIGADATE__ ")"; +static char ver[] = "$VER: Privoxy " __AMIGAVERSION__ " (" __AMIGADATE__ ")"; struct Task *main_task = NULL; int childs = 0;