Fix fstabinfo -p /

This commit is contained in:
Roy Marples 2007-04-19 15:31:01 +00:00
parent 2569e85579
commit 49b8b30ab7
2 changed files with 25 additions and 24 deletions

View File

@ -137,6 +137,7 @@ int main (int argc, char **argv)
}
break;
}
break;
case 'h':
END_ENT;

View File

@ -59,7 +59,7 @@ char *rc_xstrdup (const char *str)
if (! str)
return (NULL);
value = rc_xstrdup (str);
value = strdup (str);
if (value)
return (value);