https://bugs.kde.org/show_bug.cgi?id=390754
--- Comment #3 from Paul Floyd <[email protected]> --- int open_dprotected_np(const char *path, int flags, int class, int dpflags, mode_t mode); mode_t is unsigned short This returns an fd so it needs the usual POST_newFd_RES etc in POST While I'm at it int guarded_open_dprotected_np(const char *path, int flags, int class, int dpflags, mode_t mode, guardid_t guard); where guard_id is a uint64_t -- You are receiving this mail because: You are watching all bug changes.
