* util.h (struct) [!HAVE_FOPENCOOKIE]: Make sure off_t and ssize_t
are defined.
This commit is contained in:
parent
770116c84f
commit
30cacfe62c
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user