summaryrefslogtreecommitdiff
path: root/filesystems/fuse-mp3fs/patches/patch-src_fuseops.cc
blob: 2fc11f2a2e451830070b8032ddc5473c1d7c09e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-src_fuseops.cc,v 1.1 2021/12/01 14:35:15 pho Exp $

Hunk #0:
    <fuse_common.h> is not meant to be directly #include'd by user
    code. It's only an implementation detail, and librefuse doesn't
    provide one.

--- src/fuseops.cc.orig	2021-12-01 13:29:28.302797012 +0000
+++ src/fuseops.cc
@@ -26,7 +26,6 @@
 #include <dirent.h>
 #include <fcntl.h>
 #include <fuse.h>
-#include <fuse_common.h>
 #include <sys/stat.h>
 #include <sys/statvfs.h>
 #include <unistd.h>