diff options
Diffstat (limited to 'umount.c')
-rw-r--r-- | umount.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,9 +59,13 @@ static int doRemount = FALSE; | |||
59 | extern const char mtab_file[]; /* Defined in utility.c */ | 59 | extern const char mtab_file[]; /* Defined in utility.c */ |
60 | 60 | ||
61 | 61 | ||
62 | |||
62 | /* These functions are here because the getmntent functions do not appear | 63 | /* These functions are here because the getmntent functions do not appear |
63 | * to be re-entrant, which leads to all sorts of problems when we try to | 64 | * to be re-entrant, which leads to all sorts of problems when we try to |
64 | * use them recursively - randolph | 65 | * use them recursively - randolph |
66 | * | ||
67 | * TODO: Perhaps switch to using Glibc's getmntent_r | ||
68 | * -Erik | ||
65 | */ | 69 | */ |
66 | void mtab_read(void) | 70 | void mtab_read(void) |
67 | { | 71 | { |