summaryrefslogtreecommitdiff
path: root/sysutils/findutils/patches/patch-am
blob: 50a2b6e7449bbb52c33c2b8666b4fcf7255e0651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-am,v 1.1 2005/07/29 12:35:07 wiz Exp $

--- lib/listfile.c.orig	1994-11-02 21:59:24.000000000 +0100
+++ lib/listfile.c
@@ -67,7 +67,7 @@ extern int errno;
 #endif
 
 #if defined(S_ISLNK)
-int readlink ();
+#include <unistd.h>
 #endif
 
 /* Extract or fake data from a `struct stat'.