Changeset 23507
- Timestamp:
- 02/01/08 10:44:28 (10 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchd.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd.c
r23494 r23507 24 24 #include "launchd.h" 25 25 26 #if HAVE_SECURITY _FRAMEWORK26 #if HAVE_SECURITY 27 27 #include <Security/Authorization.h> 28 28 #include <Security/AuthorizationTags.h> … … 284 284 launchd_SessionCreate(void) 285 285 { 286 #if HAVE_SECURITY _FRAMEWORK286 #if HAVE_SECURITY 287 287 OSStatus (*sescr)(SessionCreationFlags flags, SessionAttributeBits attributes); 288 288 void *seclib;

