Files
pkgsrc-ng/security/libident/patches/patch-id__open.c
2014-11-05 12:41:07 +01:00

17 lines
304 B
C

$NetBSD: patch-id__open.c,v 1.1 2013/12/13 10:46:40 jperkin Exp $
Need sys/file.h for FNDELAY on SunOS.
--- id_open.c.orig 2004-01-18 17:21:28.000000000 +0000
+++ id_open.c
@@ -30,6 +30,9 @@
# endif
#endif
+#ifdef __sun
+#include <sys/file.h>
+#endif
#define IN_LIBIDENT_SRC
#include "ident.h"