pkgsrc/mail/ja-mh/patches/patch-at
taca f7ee73e0ba * Fix build problem on NetBSD current, terminfo case.
* Add comments to each patch file.
2010-09-27 12:01:49 +00:00

15 lines
378 B
Text

$NetBSD: patch-at,v 1.2 2010/09/27 12:01:49 taca Exp $
* Proper prototype for variable argument function.
--- h/mh.h.orig Sun Nov 21 19:31:18 2004
+++ h/mh.h Sun Nov 21 19:33:05 2004
@@ -253,7 +253,7 @@
int atooi ();
char **brkstring ();
void closefds ();
-char *concat ();
+char *concat (char *first, ...);
char *copy ();
char **copyip ();
void cpydata ();