this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix cups build

+1 -1
+1 -1
src/kernel/emulation/linux/mach/audit_session_self.c
··· 5 5 mach_port_name_t sys_audit_session_self(void) 6 6 { 7 7 printf("audit_session_self STUB\n"); 8 - return ENOTSUP; 8 + return MACH_PORT_NULL; 9 9 }