diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-11 19:34:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-11 19:34:33 +0000 |
commit | 16fe055bf14c8fcf6d091293f0894f32bbb33294 (patch) | |
tree | 2c24ee014291a1578036eb69a3049e43f9ff1879 /mail/qconfirm/files/patch-src_getline.h | |
parent | Update to 3.8.1 (diff) |
Prevent collision with getline(3)
Diffstat (limited to 'mail/qconfirm/files/patch-src_getline.h')
-rw-r--r-- | mail/qconfirm/files/patch-src_getline.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/qconfirm/files/patch-src_getline.h b/mail/qconfirm/files/patch-src_getline.h new file mode 100644 index 000000000000..38f763e86abd --- /dev/null +++ b/mail/qconfirm/files/patch-src_getline.h @@ -0,0 +1,5 @@ +--- src/getline.h.orig 2004-12-12 16:57:17 UTC ++++ src/getline.h +@@ -1 +1 @@ +-extern int getline(); ++extern int get_line(); |