blob: 489456dd4e08373099f0b9cf119d3479f2eff1bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-plugins_dfxvideo_cfg.c,v 1.1 2020/09/29 12:23:03 nia Exp $
Make the code more generic.
--- plugins/dfxvideo/cfg.c.orig 2019-03-06 11:37:17.000000000 +0000
+++ plugins/dfxvideo/cfg.c
@@ -20,7 +20,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
-#if defined(__linux__)
+#if defined(__unix__)
#include <sys/types.h>
#include <sys/wait.h>
#endif
|