[PATCH 3/3] server: Add primitive support for setting and getting the security descriptor of files based on their Unix permissions. [Try 2]

Juan Lang juan.lang at gmail.com
Wed Oct 3 11:32:02 CDT 2007


Hi Rob,

+    file->mode |= st.st_mode & (S_IRWXU|S_IRWXO);

Why "|=" rather than simply "="?
--Juan



More information about the wine-devel mailing list