Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136085
Collapse All | Expand All

(-)gpgme-1.1.2/assuan/assuan.h (+1 lines)
Lines 23-28 Link Here
23
23
24
#include <stdio.h>
24
#include <stdio.h>
25
#include <sys/types.h>
25
#include <sys/types.h>
26
#include <sys/socket.h>
26
#include <unistd.h>
27
#include <unistd.h>
27
28
28
29
(-)gpgme-1.1.2/assuan/funopen.c (-1 / +2 lines)
Lines 38-44 Link Here
38
  cookie instead of the fiel descripor.
38
  cookie instead of the fiel descripor.
39
*/
39
*/
40
40
41
41
#ifndef HAVE_FUNOPEN
42
#ifdef HAVE_FOPENCOOKIE
42
#ifdef HAVE_FOPENCOOKIE
43
FILE *
43
FILE *
44
_assuan_funopen(void *cookie,
44
_assuan_funopen(void *cookie,
Lines 61-63 _assuan_funopen(void *cookie, Link Here
61
#else
61
#else
62
#error No known way to implement funopen.
62
#error No known way to implement funopen.
63
#endif
63
#endif
64
#endif
(-)gpgme-1.1.2/assuan/mkerrors (-1 / +1 lines)
Lines 83-86 cat <<EOF Link Here
83
  return s;
83
  return s;
84
}
84
}
85
85
86
EOF
86
EOF

Return to bug 136085