mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
e163238c68
bogus duplicate declarations of functions in system headers)
12 lines
278 B
C
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"
|