mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
17 lines
441 B
Plaintext
17 lines
441 B
Plaintext
$NetBSD: patch-dn,v 1.3 2009/12/10 20:35:58 abs Exp $
|
|
|
|
--- lib/libxview/notify/sys_fcntl.c.orig 1993-06-29 05:18:17.000000000 +0000
|
|
+++ lib/libxview/notify/sys_fcntl.c
|
|
@@ -15,7 +15,11 @@ static char sccsid[] = "@(#)sys_fcnt
|
|
*/
|
|
|
|
#ifndef SVR4
|
|
+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__)
|
|
#include <syscall.h>
|
|
+#else
|
|
+#include <sys/syscall.h>
|
|
+#endif
|
|
#else SVR4
|
|
#include <sys/syscall.h>
|
|
#endif SVR4
|