* util.h (struct) [!HAVE_FOPENCOOKIE]: Make sure off_t and ssize_t

are defined.
This commit is contained in:
Werner Koch 2002-03-21 19:48:12 +00:00
parent 770116c84f
commit 30cacfe62c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-03-21 Werner Koch <wk@gnupg.org>
* util.h (struct) [!HAVE_FOPENCOOKIE]: Make sure off_t and ssize_t
are defined.
2002-03-18 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (system_components): New variable, set depending on

View File

@ -134,6 +134,7 @@ int asprintf (char **result, const char *format, ...);
#endif
#if !HAVE_FOPENCOOKIE
#include <fcntl.h> /* make sure that ssize_t and off_t are defined */
typedef struct
{
ssize_t (*read)(void*,char*,size_t);