X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Finclude%2Ffstab.h;h=234edec870142ee72d61d1b3eb9cffdeb429b763;hp=4c05266088790b31dc68af8956cd688e02c96be9;hb=11856e771fadee7ddb9b5a613c91f562bf363da7;hpb=109e9e1d1a904627eeae4d519a0f694795b2892c diff --git a/compat/include/fstab.h b/compat/include/fstab.h index 4c05266..234edec 100644 --- a/compat/include/fstab.h +++ b/compat/include/fstab.h @@ -2,10 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: fstab.h,v 1.9 2000/12/04 15:43:16 stelian Exp $ + * $Id: fstab.h,v 1.12 2002/01/16 09:32:14 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 */