aboutsummaryrefslogtreecommitdiff
path: root/toys/other/swapoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/swapoff.c')
-rw-r--r--toys/other/swapoff.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/swapoff.c b/toys/other/swapoff.c
index fba0de83..cac15732 100644
--- a/toys/other/swapoff.c
+++ b/toys/other/swapoff.c
@@ -3,8 +3,6 @@
* swapoff.c - Disable region for swapping
*
* Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com>
- *
- * Not in SUSv4.
USE_SWAPOFF(NEWTOY(swapoff, "<1>1", TOYFLAG_BIN|TOYFLAG_NEEDROOT))