X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fmount.c;h=de94e66f75d5971e6641c308968e003cc6c2a13d;hp=e3f84a0edb98ad40652ae048160e00545702f4b8;hb=c0f7366f3ae8de8a62e3cc6824080e02e780f3b2;hpb=66ab98cbd17f7f54edda78a470579d3ab01f35c0 diff --git a/utils/mount/mount.c b/utils/mount/mount.c index e3f84a0..de94e66 100644 --- a/utils/mount/mount.c +++ b/utils/mount/mount.c @@ -72,11 +72,6 @@ struct opt_map { int mask; /* flag mask value */ }; -/* Custom mount options for our own purposes. */ -#define MS_DUMMY 0x00000000 -#define MS_USERS 0x40000000 -#define MS_USER 0x80000000 - static const struct opt_map opt_map[] = { { "defaults", 0, 0, 0 }, /* default options */ { "ro", 1, 0, MS_RDONLY }, /* read-only */