b501266c2b
- Refresh all patches - Also, pass getconf LFS_CFLAGS into CFLAGS OBS-URL: https://build.opensuse.org/request/show/114926 OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpd?expand=0&rev=10
20 lines
442 B
Diff
20 lines
442 B
Diff
--- scaffold.c.orig
|
|
+++ scaffold.c
|
|
@@ -20,6 +20,8 @@ static char sccs_id[] = "@(#) scaffold.c
|
|
#include <syslog.h>
|
|
#include <setjmp.h>
|
|
#include <string.h>
|
|
+#include <stdlib.h>
|
|
+
|
|
#if defined(INET6) && !defined(USE_GETIPNODEBY)
|
|
#include <resolv.h>
|
|
#endif
|
|
@@ -28,7 +30,6 @@ static char sccs_id[] = "@(#) scaffold.c
|
|
#define INADDR_NONE (-1) /* XXX should be 0xffffffff */
|
|
#endif
|
|
|
|
-extern char *malloc();
|
|
|
|
/* Application-specific. */
|
|
|