aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/fs_rdwr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/fs_rdwr.c')
-rw-r--r--src/firejail/fs_rdwr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/firejail/fs_rdwr.c b/src/firejail/fs_rdwr.c
index 68df6465f..e098be416 100644
--- a/src/firejail/fs_rdwr.c
+++ b/src/firejail/fs_rdwr.c
@@ -17,6 +17,7 @@
17 * with this program; if not, write to the Free Software Foundation, Inc., 17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19*/ 19*/
20#if 0
20#include "firejail.h" 21#include "firejail.h"
21#include <sys/mount.h> 22#include <sys/mount.h>
22#include <sys/stat.h> 23#include <sys/stat.h>
@@ -91,3 +92,5 @@ void fs_rdwr(void) {
91 } 92 }
92} 93}
93 94
95#endif
96