My latest ramblings.

-Erik
This commit is contained in:
Erik Andersen
2000-03-23 01:09:18 +00:00
parent ec5bd90916
commit 298854f029
33 changed files with 1106 additions and 825 deletions

View File

@@ -145,6 +145,9 @@ char *mtab_next(void **iter)
return mp;
}
/* Don't bother to clean up, since exit() does that
* automagically, so we can save a few bytes */
#if 0
void mtab_free(void)
{
struct _mtab_entry_t *this, *next;
@@ -160,6 +163,7 @@ void mtab_free(void)
this = next;
}
}
#endif
static int do_umount(const char *name, int useMtab)
{