* cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING.

* cygwin/include/sys/cygwin.h: Define CW_SET_DOS_FILE_WARNING.
* utils/mount.cc (main): Turn dos file warnings off since we know what we're
doing.
This commit is contained in:
Christopher Faylor
2007-03-30 13:36:06 +00:00
parent 2c58b5a5e8
commit e7fd6e5738
5 changed files with 21 additions and 1 deletions

View File

@ -87,7 +87,8 @@ typedef enum
CW_ENVP,
CW_DEBUG_SELF,
CW_SYNC_WINENV,
CW_CYGTLS_PADSIZE
CW_CYGTLS_PADSIZE,
CW_SET_DOS_FILE_WARNING
} cygwin_getinfo_types;
#define CW_NEXTPID 0x80000000 /* or with pid to get next one */