diff options
Diffstat (limited to 'toys/other/swapoff.c')
-rw-r--r-- | toys/other/swapoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/swapoff.c b/toys/other/swapoff.c index b89e915c..fb171300 100644 --- a/toys/other/swapoff.c +++ b/toys/other/swapoff.c @@ -2,7 +2,7 @@ * * Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com> -USE_SWAPOFF(NEWTOY(swapoff, "<1>1", TOYFLAG_BIN|TOYFLAG_NEEDROOT)) +USE_SWAPOFF(NEWTOY(swapoff, "<1>1", TOYFLAG_SBIN|TOYFLAG_NEEDROOT)) config SWAPOFF bool "swapoff" |