To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69071
                 Issue #|69071
                 Summary|umask makes no sense for DOS filesystems
               Component|tools
                 Version|current
                Platform|All
                     URL|
              OS/Version|Windows, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|dmake
             Assigned to|vq
             Reported by|vq





------- Additional comments from [EMAIL PROTECTED] Tue Aug 29 10:03:42 -0700 
2006 -------
Issue generated from Steve's email:

-- snip --
I checked this out and found that it has compilation errors in function.c (line
322) and sysintf.c (line 667) due to VC++ not having a mode_t type.  The st_mode
member of a struct stat seems to be simply an unsigned short in VC++ (in version
6, at least).

It compiles cleanly after I changed mode_t to unsigned short, but I'll let you
decide exactly what change you'd rather make before I start testing.
-- snap --

Setting umask in MSVC is useless as it only sets the rights for the current
process (user?). The following patch disables setting umask for native W32
builds.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to