8234ef385e
Fix errno. Add DragonFly support.
13 lines
413 B
Text
13 lines
413 B
Text
$NetBSD: patch-ad,v 1.1 2006/02/19 17:50:11 joerg Exp $
|
|
|
|
--- findexec.c.orig 2006-02-08 17:53:00.000000000 +0000
|
|
+++ findexec.c
|
|
@@ -78,7 +78,7 @@ Wed Feb 21 23:06:35 1996 Aubrey Jaffer
|
|
# ifndef __STDC__
|
|
# define const /**/
|
|
# endif
|
|
-# ifdef __FreeBSD__
|
|
+# if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
/* This might be same for 44bsd derived system. */
|
|
# include <sys/types.h>
|
|
# include <sys/stat.h>
|