]> git.wh0rd.org - dump.git/blobdiff - compat/include/fstab.h
Andreas Dilger fixes (CPP, ext2 features, const char etc).
[dump.git] / compat / include / fstab.h
index 4c05266088790b31dc68af8956cd688e02c96be9..8386e8d1ebec9fc92709ed5214adecda96847cea 100644 (file)
@@ -5,7 +5,7 @@
  *     Stelian Pop <pop@noos.fr>, 1999-2000
  *     Stelian Pop <pop@noos.fr> - AlcĂ´ve <www.alcove.fr>, 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 <config.h>
+
 /*
  * 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 */