aboutsummaryrefslogtreecommitdiff
path: root/toys/other/unshare.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/unshare.c')
-rw-r--r--toys/other/unshare.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/unshare.c b/toys/other/unshare.c
index 1df9b758..bdee66bc 100644
--- a/toys/other/unshare.c
+++ b/toys/other/unshare.c
@@ -3,8 +3,6 @@
* unshare.c - run command in new context
*
* Copyright 2011 Rob Landley <rob@landley.net>
- *
- * Not in SUSv4.
USE_UNSHARE(NEWTOY(unshare, "<1^nium", TOYFLAG_USR|TOYFLAG_BIN))