You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
260 B
11 lines
260 B
13 years ago
|
--- util/fusermount.c 2012-07-10 00:18:25.228755618 +0200
|
||
|
+++ util/fusermount.c 2012-07-10 00:17:47.574226365 +0200
|
||
|
@@ -9,6 +9,7 @@
|
||
|
|
||
|
#include <config.h>
|
||
|
|
||
|
+#define _GNU_SOURCE /* for clone */
|
||
|
#include "mount_util.h"
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|