X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Finclude%2Ffstab.h;h=8386e8d1ebec9fc92709ed5214adecda96847cea;hp=fa93f04a72cd95410b45cdf7ab69204d40fce179;hb=43460f04f3920ae39f345a2fb39d000a890a4283;hpb=2b7475327b6a1a580f76eca13a18f68a2943a5b1 diff --git a/compat/include/fstab.h b/compat/include/fstab.h index fa93f04..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.10 2000/12/21 11:14:53 stelian Exp $ + * $Id: fstab.h,v 1.11 2001/03/19 13:22:48 stelian Exp $ */ /* @@ -75,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 */