From f3fd9b5b42381cfaa98eec2e7e600d5534d0e6e8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 19 Nov 1999 05:06:18 +0000 Subject: (fstab_argp_create): braino --- sutils/fstab.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sutils') diff --git a/sutils/fstab.c b/sutils/fstab.c index 98b24ca8..4574d41d 100644 --- a/sutils/fstab.c +++ b/sutils/fstab.c @@ -842,7 +842,7 @@ fstab_argp_create (struct fstab_argp_params *params, fstab_add_fs (check, fs, 0); } - fstab_free (fstab); + /* fstab_free (fstab); XXX */ } else { @@ -869,7 +869,7 @@ fstab_argp_create (struct fstab_argp_params *params, if (!strncasecmp (tn, "no", 2)) { struct fstype *type; - err = fstypes_get (types, tn, &type); + err = fstypes_get (types, &tn[2], &type); if (err) error (106, err, "fstypes_get"); free (type->program); @@ -948,7 +948,7 @@ fstab_argp_create (struct fstab_argp_params *params, error (107, err, "fstab_add_fs"); } - fstab_free (fstab); + /* fstab_free (fstab); XXX */ } } -- cgit v1.2.3