22 lines
466 B
Text
22 lines
466 B
Text
$NetBSD: patch-bo,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $
|
|
|
|
--- lib-src/yow.c.orig Fri Feb 26 11:30:08 1999
|
|
+++ lib-src/yow.c Fri Jul 19 02:33:37 2002
|
|
@@ -12,6 +12,8 @@
|
|
|
|
#include <stdio.h>
|
|
#include <ctype.h>
|
|
+#include <string.h>
|
|
+#include <stdlib.h>
|
|
#include <../src/epaths.h> /* For PATH_DATA. */
|
|
|
|
#define BUFSIZE 80
|
|
@@ -32,8 +34,6 @@
|
|
strcpy (p + 4, rel);\
|
|
&res;})
|
|
#endif
|
|
-
|
|
-char *malloc(), *realloc();
|
|
|
|
void yow();
|
|
void setup_yow();
|