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