Changeset 23506
- Timestamp:
- 2008-02-01 10:43:05 (8 months ago)
- Files:
-
- 1 modified
-
branches/SULeopard/launchd/src/launchd.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/SULeopard/launchd/src/launchd.c
r23492 r23506 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> … … 286 286 launchd_SessionCreate(void) 287 287 { 288 #if HAVE_SECURITY _FRAMEWORK288 #if HAVE_SECURITY 289 289 OSStatus (*sescr)(SessionCreationFlags flags, SessionAttributeBits attributes); 290 290 void *seclib;

