X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=compat%2Finclude%2Ffstab.h;h=8386e8d1ebec9fc92709ed5214adecda96847cea;hb=43460f04f3920ae39f345a2fb39d000a890a4283;hp=4c05266088790b31dc68af8956cd688e02c96be9;hpb=109e9e1d1a904627eeae4d519a0f694795b2892c;p=dump.git diff --git a/compat/include/fstab.h b/compat/include/fstab.h index 4c05266..8386e8d 100644 --- a/compat/include/fstab.h +++ b/compat/include/fstab.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000 * - * $Id: fstab.h,v 1.9 2000/12/04 15:43:16 stelian Exp $ + * $Id: fstab.h,v 1.11 2001/03/19 13:22:48 stelian Exp $ */ /* @@ -44,6 +44,8 @@ #ifndef _FSTAB_H_ #define _FSTAB_H_ +#include + /* * File system table, see fstab(5). * @@ -73,7 +75,7 @@ #define FSTAB_XX "ignore" /* ignore totally */ struct fstab { - char *fs_spec; /* block special device name */ + const char *fs_spec; /* block special device name */ char *fs_file; /* file system path prefix */ char *fs_vfstype; /* File system type, ufs, nfs */ char *fs_mntops; /* Mount options ala -o */