Index: path.cc
===================================================================
RCS file: /cvs/src/src/winsup/utils/path.cc,v
retrieving revision 1.8
diff -p -u -r1.8 path.cc
--- path.cc	11 Sep 2003 02:00:42 -0000	1.8
+++ path.cc	29 Apr 2005 15:12:30 -0000
@@ -343,6 +343,10 @@ getmntent (FILE *)
     strcat (mnt.mnt_opts, (char *) ",cygexec");
   else if (m->flags & MOUNT_EXEC)
     strcat (mnt.mnt_opts, (char *) ",exec");
+  else if (m->flags & MOUNT_NOTEXEC)
+    strcat (mnt.mnt_opts, (char *) ",noexec");
+  if (m->flags & MOUNT_ENC)
+    strcat (mnt.mnt_opts, ",managed");
   if ((m->flags & MOUNT_CYGDRIVE))             /* cygdrive */
     strcat (mnt.mnt_opts, (char *) ",cygdrive");
   mnt.mnt_freq = 1;

