1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/chinese/cxterm/files/patch-cit2tit.c
Kris Kennaway e163238c68 Fix build on -current (cope with removal of wait union, and remove
bogus duplicate declarations of functions in system headers)
2002-10-26 01:25:32 +00:00

12 lines
278 B
C

--- utils/cit2tit.c.orig Fri Oct 25 11:56:53 2002
+++ utils/cit2tit.c Fri Oct 25 11:57:01 2002
@@ -29,8 +29,6 @@
#include <ctype.h>
#include <stdio.h>
-extern char *malloc(), *calloc(), *realloc();
-
extern char *HZencodeName(); /* from HZutil.c */
#include "HZtable.h"