[launchd-changes] [22948] trunk/launchd/src/launchd_core_logic.c

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 15 15:45:42 PST 2006


Revision: 22948
          http://trac.macosforge.org/projects/launchd/changeset/22948
Author:   zarzycki at apple.com
Date:     2006-11-15 15:45:41 -0800 (Wed, 15 Nov 2006)

Log Message:
-----------
Quite a warning. Yay for -Werror.

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

Modified: trunk/launchd/src/launchd_core_logic.c
===================================================================
--- trunk/launchd/src/launchd_core_logic.c	2006-11-15 20:15:19 UTC (rev 22947)
+++ trunk/launchd/src/launchd_core_logic.c	2006-11-15 23:45:41 UTC (rev 22948)
@@ -2047,7 +2047,9 @@
 void
 job_setup_fd(job_t j, int target_fd, const char *path, int flags)
 {
+#if 0
 	char newpath[PATH_MAX];
+#endif
 	int fd;
 
 	if (!path) {

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


More information about the launchd-changes mailing list