summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys-utils/unshare.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-utils/unshare.c b/sys-utils/unshare.c
index 6b6177c54..12a725e3b 100644
--- a/sys-utils/unshare.c
+++ b/sys-utils/unshare.c
@@ -76,6 +76,7 @@ int main(int argc, char *argv[])
{ "uts", no_argument, 0, 'u' },
{ "ipc", no_argument, 0, 'i' },
{ "net", no_argument, 0, 'n' },
+ { NULL, 0, 0, 0 }
};
int unshare_flags = 0;