Search
j0ke.net Open Build Service
>
Projects
>
virtualization
>
w3c-libwww
> w3c-libwww-5.4.0-type.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File w3c-libwww-5.4.0-type.patch of Package w3c-libwww
--- w3c-libwww-5.4.0/modules/md5/md5.h.int 2005-11-10 15:10:45.000000000 +0100 +++ w3c-libwww-5.4.0/modules/md5/md5.h 2005-11-10 15:12:01.000000000 +0100 @@ -35,14 +35,16 @@ #define PROTOTYPES 1 #endif +#include <stdint.h> + /* POINTER defines a generic pointer type */ typedef unsigned char *POINTER; /* UINT2 defines a two byte word */ -typedef unsigned short int UINT2; +typedef uint16_t UINT2; /* UINT4 defines a four byte word */ -typedef unsigned long int UINT4; +typedef uint32_t UINT4; /* PROTO_LIST is defined depending on how PROTOTYPES is defined above. If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it