X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=amiga.h;h=bd76eaa0271d4ea23bc0896d43b270955ed977f2;hp=6f132d0b55db55c6a634fe5fc2568675b25a654a;hb=943b493f74871337f51ffa3b3d94b0c98173b0fe;hpb=c75584ebcc79f939fb4ec9c8f842cef6692640c7 diff --git a/amiga.h b/amiga.h index 6f132d0b..bd76eaa0 100644 --- a/amiga.h +++ b/amiga.h @@ -1,10 +1,10 @@ #ifdef AMIGA #ifndef _AMIGA_H #define _AMIGA_H -#define AMIGA_H_VERSION "$Id: amiga.h,v 1.1 2001/05/13 21:57:06 administrator Exp $" +#define AMIGA_H_VERSION "$Id: amiga.h,v 1.2 2001/05/23 00:13:58 joergs Exp $" /********************************************************************* * - * File : $Source: /home/administrator/cvs/ijb/amiga.h,v $ + * File : $Source: /cvsroot/ijbswa/current/amiga.h,v $ * * Purpose : Amiga-specific declarations. * @@ -30,7 +30,13 @@ * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Revisions : - * $Log: jcc.h,v $ + * $Log: amiga.h,v $ + * Revision 1.2 2001/05/23 00:13:58 joergs + * AmigaOS support fixed. + * + * Revision 1.1.1.1 2001/05/15 13:58:46 oes + * Initial import of version 2.9.3 source tree + * * *********************************************************************/ @@ -43,6 +49,7 @@ #include #undef __NOLIBBASE__ +#define __CONSTLIBBASEDECL__ const #include #include #include @@ -50,8 +57,8 @@ struct UserData { - struct Library *sb; - int eno; + struct Library *sb; + int eno; }; #define SocketBase ((struct Library *)(((struct UserData *)(FindTask(NULL)->tc_UserData))->sb))