this repo has no description
1
fork

Configure Feed

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

Fix a crash when 'launchctl load' is run

+1
platform-include/xpc/launchd.h platform-include/xpc/launchd_defs.h
+1
src/launchd/src/CMakeLists.txt
··· 21 21 include_directories( 22 22 ${CMAKE_CURRENT_BINARY_DIR} 23 23 ${CMAKE_CURRENT_SOURCE_DIR}/../liblaunch 24 + ${CMAKE_SOURCE_DIR}/src/external/libxpc 24 25 ) 25 26 26 27 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fblocks -nostdinc -include ${CMAKE_SOURCE_DIR}/kernel-include/sys/fileport.h")