aboutsummaryrefslogtreecommitdiff
path: root/toys/other/mkswap.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/mkswap.c')
-rw-r--r--toys/other/mkswap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/mkswap.c b/toys/other/mkswap.c
index 87c1550f..1e96c196 100644
--- a/toys/other/mkswap.c
+++ b/toys/other/mkswap.c
@@ -3,8 +3,6 @@
* mkswap.c - Format swap device.
*
* Copyright 2009 Rob Landley <rob@landley.net>
- *
- * Not in SUSv4.
USE_MKSWAP(NEWTOY(mkswap, "<1>1", TOYFLAG_SBIN))