diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-01 20:21:29 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-01 20:21:29 +0000 |
| commit | 841114a82033477790fc044b0469abef791f4039 (patch) | |
| tree | 688d44e55e2a7ee94a2895325a699f64a0cd1409 /mail | |
| parent | 2e4fb02fad874376e5525f8c2286de433921c229 (diff) | |
Notes
Diffstat (limited to 'mail')
| -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 |
