11 Oct
2006
11 Oct
'06
12:09 a.m.
Revision: 22889 http://trac.macosforge.org/projects/launchd/changeset/22889 Author: zarzycki@apple.com Date: 2006-10-10 17:09:19 -0700 (Tue, 10 Oct 2006) Log Message: ----------- "typo" Modified Paths: -------------- trunk/launchd/src/launchctl.c Modified: trunk/launchd/src/launchctl.c =================================================================== --- trunk/launchd/src/launchctl.c 2006-09-28 19:38:17 UTC (rev 22888) +++ trunk/launchd/src/launchctl.c 2006-10-11 00:09:19 UTC (rev 22889) @@ -2581,7 +2581,7 @@ void empty_dir(const char *path) { - assumes(chflags(path, 0) != -1); + assumes(lchflags(path, 0) != -1); assumes(remove(path) != -1); }
6968
Age (days ago)
6968
Last active (days ago)
0 comments
1 participants
participants (1)
-
source_changes@macosforge.org