[CalendarServer-changes] [13280] twext/trunk/twext/python/launchd.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 15 11:34:29 PDT 2014


Revision: 13280
          http://trac.calendarserver.org//changeset/13280
Author:   wsanchez at apple.com
Date:     2014-04-15 11:34:29 -0700 (Tue, 15 Apr 2014)
Log Message:
-----------
Oh this is so much clearer

Modified Paths:
--------------
    twext/trunk/twext/python/launchd.py

Modified: twext/trunk/twext/python/launchd.py
===================================================================
--- twext/trunk/twext/python/launchd.py	2014-04-15 18:32:11 UTC (rev 13279)
+++ twext/trunk/twext/python/launchd.py	2014-04-15 18:34:29 UTC (rev 13280)
@@ -40,9 +40,9 @@
 
 ffi.cdef(
     """
-    static const char* const LAUNCH_KEY_CHECKIN;
-    static const char* const LAUNCH_JOBKEY_LABEL;
-    static const char* const LAUNCH_JOBKEY_SOCKETS;
+    static char const* const LAUNCH_KEY_CHECKIN;
+    static char const* const LAUNCH_JOBKEY_LABEL;
+    static char const* const LAUNCH_JOBKEY_SOCKETS;
 
     typedef enum {
         LAUNCH_DATA_DICTIONARY = 1,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140415/15b96db4/attachment-0001.html>


More information about the calendarserver-changes mailing list