f7ee73e0ba
* Add comments to each patch file.
15 lines
378 B
Text
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 ();
|