29df0957f5
Fix long dirname security vulnerability reported on redhat-watch-list@redhat.com Use ${INSTALL_xxx} variables from pkg system instead of internal defaults
12 lines
278 B
Text
12 lines
278 B
Text
$NetBSD: patch-aj,v 1.2 1999/02/13 09:05:02 rh Exp $
|
|
|
|
--- support/ftw.c.orig Mon Jul 6 10:56:21 1998
|
|
+++ support/ftw.c Sat Feb 13 00:54:09 1999
|
|
@@ -30,6 +30,7 @@
|
|
|
|
#include <errno.h>
|
|
|
|
+#include <string.h>
|
|
#include <sys/param.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/stat.h>
|