diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-07-22 16:24:17 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-07-22 16:24:17 +0000 |
commit | 3955529c8b351de06a733adb225b195bb82eba91 (patch) | |
tree | 044b559f166de94f1a66efac61012c4eb8197eca /winsup/utils/ChangeLog | |
parent | 6c188691db7c649af3189cd71d6f674e48b1ffa9 (diff) | |
download | cygnal-3955529c8b351de06a733adb225b195bb82eba91.tar.gz cygnal-3955529c8b351de06a733adb225b195bb82eba91.tar.bz2 cygnal-3955529c8b351de06a733adb225b195bb82eba91.zip |
* mount.cc (do_mount): Replace --no-executable flag with notexec
mount option in hint for remote filesystems.
* path.cc (getmntent): Fix typo (noexec -> notexec).
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 5d7193939..090e841d9 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,5 +1,11 @@ 2009-07-22 Corinna Vinschen <corinna@vinschen.de> + * mount.cc (do_mount): Replace --no-executable flag with notexec + mount option in hint for remote filesystems. + * path.cc (getmntent): Fix typo (noexec -> notexec). + +2009-07-22 Corinna Vinschen <corinna@vinschen.de> + * Makefile.in (path-mount.o): Add a rule to build stripped down version of path.cc for usage in mount. (mount.exe): Add dependency to path-mount.o. |