forked from pool/hxtools
13 lines
369 B
Diff
13 lines
369 B
Diff
|
Index: hxtools-20110721/sadmin/newns.c
|
||
|
===================================================================
|
||
|
--- hxtools-20110721.orig/sadmin/newns.c
|
||
|
+++ hxtools-20110721/sadmin/newns.c
|
||
|
@@ -2,6 +2,7 @@
|
||
|
* newns - start a new mount namespace
|
||
|
* released in the Public Domain
|
||
|
*/
|
||
|
+#define _GNU_SOURCE 1
|
||
|
#include <sys/types.h>
|
||
|
#include <sys/wait.h>
|
||
|
#include <sched.h>
|