Take out special error message for EINVAL...we really do want it to be
"invalid argument".
This commit is contained in:
parent
5600e63b47
commit
da8c2824bd
@ -96,10 +96,6 @@ add(char *name, int ignoreebusy)
|
||||
|
||||
if (swapon(name) == -1) {
|
||||
switch (errno) {
|
||||
case EINVAL:
|
||||
fprintf(stderr, "swapon: %s: device not configured\n",
|
||||
name);
|
||||
break;
|
||||
case EBUSY:
|
||||
if (!ignoreebusy)
|
||||
fprintf(stderr,
|
||||
|
Loading…
Reference in New Issue
Block a user