ports/textproc/spiff/patches/patch-misc_h

20 lines
483 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- misc.h.orig Wed Sep 23 20:07:19 1998
+++ misc.h Mon Sep 5 15:21:26 2005
@@ -33,16 +33,6 @@ extern char Z_err_buf[];
#define Z_ALLOC(n,type) ((type*) _Z_myalloc((n) * sizeof (type)))
extern int *_Z_myalloc();
-/*
-** lines needed to shut up lint
-*/
-extern char *sprintf();
-extern char *strcat();
-extern char *strncat();
-extern char *strcpy();
-extern char *strncpy();
-extern char *malloc();
-
extern void Z_complain();
extern void Z_fatal();
extern void Z_exceed();