mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
371 B
Plaintext
13 lines
371 B
Plaintext
$NetBSD: patch-af,v 1.12 2009/10/23 07:46:08 tnn Exp $
|
|
|
|
--- kio/kio/kdirwatch.cpp.orig 2006-07-22 10:16:37.000000000 +0200
|
|
+++ kio/kio/kdirwatch.cpp
|
|
@@ -71,6 +71,7 @@
|
|
#include <linux/types.h>
|
|
// Linux kernel headers are documented to not compile
|
|
#define _S390_BITOPS_H
|
|
+#define _ASM_GENERIC_FCNTL_H
|
|
#include <linux/inotify.h>
|
|
|
|
static inline int inotify_init (void)
|