diff options
Diffstat (limited to 'support/include/fstab.h')
-rw-r--r-- | support/include/fstab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/include/fstab.h b/support/include/fstab.h index ab30c5a..64c8355 100644 --- a/support/include/fstab.h +++ b/support/include/fstab.h @@ -12,7 +12,7 @@ int mtab_does_not_exist(void); struct mntentchn { struct mntentchn *nxt, *prev; - nfs_mntent_t m; + struct mntent m; }; struct mntentchn *getmntoptfile (const char *file); @@ -24,7 +24,7 @@ struct mntentchn *getfsspec (const char *spec); void lock_mtab (void); void unlock_mtab (void); -void update_mtab (const char *special, nfs_mntent_t *with); +void update_mtab (const char *special, struct mntent *with); #endif /* _NFS_FSTAB_H */ |