This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

_cygwin_S_IEXEC we hardly knew ye


I've gotten rid of the crap in /usr/include/sys/{stat,unistd,file}.h for
dealing with S_IEXEC.  It was obviously going to cause more problems
than it was worth.

The variables are still around to accomodate programs that may have
used the header files and libcygwin.a but they don't do anything special
anymore.

Their use in 1.3.1 was supposed to trigger the checking of magic numbers
and #! in files so that cygwin could set the execute bit.  Now, I've
reverted to always checking the execute bit, just like before.

For 1.3.3, I am going to implement a "Don't check this directory for
execute bits" option to mount.  I'd like to have this on by default for
smb drives.  Does this sound like a good idea?

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]