Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / vpnc / patches / patch-be
blobbd952e12b9ca7d9d48af267973e7ce82c4f3db48
1 $NetBSD$
3 --- sysdep.h.orig       2008-11-19 20:36:12.000000000 +0000
4 +++ sysdep.h
5 @@ -230,7 +230,7 @@ struct ether_arp {
6  extern void error(int fd, int errorno, const char *fmt, ...);
7  #endif
8  #ifndef HAVE_GETLINE
9 -extern int getline(char **line, size_t * length, FILE * stream);
10 +extern ssize_t getline(char **line, size_t * length, FILE * stream);
11  #endif
12  #ifndef HAVE_VASPRINTF
13  #include <stdarg.h>