[launchd-changes] [23266] trunk/launchd/src/liblaunch_private.h

source_changes at macosforge.org source_changes at macosforge.org
Tue May 29 12:28:48 PDT 2007


Revision: 23266
          http://trac.macosforge.org/projects/launchd/changeset/23266
Author:   zarzycki at apple.com
Date:     2007-05-29 12:28:47 -0700 (Tue, 29 May 2007)

Log Message:
-----------
Drop some inaccurate 'const' use.

Modified Paths:
--------------
    trunk/launchd/src/liblaunch_private.h

Modified: trunk/launchd/src/liblaunch_private.h
===================================================================
--- trunk/launchd/src/liblaunch_private.h	2007-05-25 20:44:06 UTC (rev 23265)
+++ trunk/launchd/src/liblaunch_private.h	2007-05-29 19:28:47 UTC (rev 23266)
@@ -113,7 +113,7 @@
  	mach_port_t *		spawn_observer_port;
  	const cpu_type_t *	spawn_binpref;
 	size_t			spawn_binpref_cnt;
-	const qtn_proc_t	spawn_quarantine;
+	qtn_proc_t		spawn_quarantine;
 	const char *		spawn_seatbelt_profile;
 	const uint64_t *	spawn_seatbelt_flags;
 };

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20070529/0c11c9a4/attachment.html


More information about the launchd-changes mailing list