From 3955529c8b351de06a733adb225b195bb82eba91 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 22 Jul 2009 16:24:17 +0000 Subject: * mount.cc (do_mount): Replace --no-executable flag with notexec mount option in hint for remote filesystems. * path.cc (getmntent): Fix typo (noexec -> notexec). --- winsup/utils/path.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/utils/path.cc') diff --git a/winsup/utils/path.cc b/winsup/utils/path.cc index 63eda1640..63c2ccc43 100644 --- a/winsup/utils/path.cc +++ b/winsup/utils/path.cc @@ -882,7 +882,7 @@ getmntent (FILE *) else if (m->flags & MOUNT_EXEC) strcat (mnt.mnt_opts, (char *) ",exec"); else if (m->flags & MOUNT_NOTEXEC) - strcat (mnt.mnt_opts, (char *) ",noexec"); + strcat (mnt.mnt_opts, (char *) ",notexec"); if (m->flags & MOUNT_NOACL) strcat (mnt.mnt_opts, (char *) ",noacl"); -- cgit v1.2.3