summaryrefslogtreecommitdiff
path: root/editors/emacs20/patches/patch-bo
blob: b1fe49e701e097514114b90fae32458a402c8fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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();