diff options
-rw-r--r-- | mail/pop3vscan/files/patch-getline.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/pop3vscan/files/patch-getline.h b/mail/pop3vscan/files/patch-getline.h new file mode 100644 index 000000000000..d94e3705d4b7 --- /dev/null +++ b/mail/pop3vscan/files/patch-getline.h @@ -0,0 +1,10 @@ +--- getline.h.orig 2002-06-12 00:19:05 UTC ++++ getline.h +@@ -71,6 +71,7 @@ typedef struct linebuf { + * You can call getline again, but it will return + * the rest of that line and not the next one! + */ ++#define getline folke_getline + int getline(int fd, struct linebuf * l); + + /* writes line to fd |