Index: head/mail/qconfirm/files/patch-src_getline.c =================================================================== --- head/mail/qconfirm/files/patch-src_getline.c (nonexistent) +++ head/mail/qconfirm/files/patch-src_getline.c (revision 415016) @@ -0,0 +1,11 @@ +--- src/getline.c.orig 2004-12-12 16:57:17 UTC ++++ src/getline.c +@@ -2,7 +2,7 @@ + #include "stralloc.h" + #include "byte.h" + +-int getline(buffer *b, stralloc *line) { ++int get_line(buffer *b, stralloc *line) { + int r, i; + char *x; + Property changes on: head/mail/qconfirm/files/patch-src_getline.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/mail/qconfirm/files/patch-src_getline.h =================================================================== --- head/mail/qconfirm/files/patch-src_getline.h (nonexistent) +++ head/mail/qconfirm/files/patch-src_getline.h (revision 415016) @@ -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(); Property changes on: head/mail/qconfirm/files/patch-src_getline.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/mail/qconfirm/files/patch-src_qconfirm-notice.c =================================================================== --- head/mail/qconfirm/files/patch-src_qconfirm-notice.c (nonexistent) +++ head/mail/qconfirm/files/patch-src_qconfirm-notice.c (revision 415016) @@ -0,0 +1,11 @@ +--- src/qconfirm-notice.c.orig 2004-12-12 16:57:17 UTC ++++ src/qconfirm-notice.c +@@ -386,7 +386,7 @@ int main(int argc, const char **argv) { + } + + /* check for confirmation request message */ +- while ((i =getline(buffer_0, &sa)) > 0) { ++ while ((i =get_line(buffer_0, &sa)) > 0) { + if ((i == 1) && (sa.s[0] == '\n')) break; /* end of headers */ + if (request && reply_to.s) break; + for (i =0; i < sa.len; ++i) { Property changes on: head/mail/qconfirm/files/patch-src_qconfirm-notice.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property