tcp_wrappers/tcp_wrappers-7.6-malloc.patch
Silvan Calarco 82b31e57e6 added shared_lib_plus_plus patch for dynamic library and build fixes for other packages
use Makefile for install, remove specfile code
created libwrap and libwrap-devel (obsoleting tcp_wrappers-devel) [release 7.6-4mamba;Fri Sep 21 2007]
2024-01-05 18:21:34 +01:00

12 lines
302 B
Diff

--- tcp_wrappers_7.6/scaffold.c 1997-03-21 19:27:24.000000000 +0100
+++ tcp_wrappers_7.6-fix/scaffold.c 2005-09-13 17:05:17.000000000 +0200
@@ -25,8 +25,6 @@
#define INADDR_NONE (-1) /* XXX should be 0xffffffff */
#endif
-extern char *malloc();
-
/* Application-specific. */
#include "tcpd.h"