[launchd-changes] [22900] trunk/launchd/src/launchctl.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 16 14:57:58 PDT 2006


Revision: 22900
          http://trac.macosforge.org/projects/launchd/changeset/22900
Author:   zarzycki at apple.com
Date:     2006-10-16 14:57:58 -0700 (Mon, 16 Oct 2006)

Log Message:
-----------
Typo

Modified Paths:
--------------
    trunk/launchd/src/launchctl.c

Modified: trunk/launchd/src/launchctl.c
===================================================================
--- trunk/launchd/src/launchctl.c	2006-10-16 21:57:27 UTC (rev 22899)
+++ trunk/launchd/src/launchctl.c	2006-10-16 21:57:58 UTC (rev 22900)
@@ -131,7 +131,7 @@
 static int touch_file(const char *path, mode_t m);
 static void do_sysversion_sysctl(void);
 static void workaround4465949(void);
-static void do_application_firewal_magic(int sfd, launch_data_t thejob);
+static void do_application_firewall_magic(int sfd, launch_data_t thejob);
 
 static int bootstrap_cmd(int argc, char *const argv[]);
 static int load_and_unload_cmd(int argc, char *const argv[]);
@@ -844,7 +844,7 @@
 				return;
 			}
 
-			do_application_firewal_magic(sfd, thejob);
+			do_application_firewall_magic(sfd, thejob);
 
 			if (hints.ai_flags & AI_PASSIVE) {
 				if (AF_INET6 == res->ai_family && -1 == setsockopt(sfd, IPPROTO_IPV6, IPV6_V6ONLY,
@@ -2667,7 +2667,7 @@
 }
 
 void
-do_application_firewal_magic(int sfd, launch_data_t thejob)
+do_application_firewall_magic(int sfd, launch_data_t thejob)
 {
 	const char *prog = NULL, *partialprog = NULL;
 	char *path, *pathtmp, **pathstmp;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20061016/432292f1/attachment.html


More information about the launchd-changes mailing list