summaryrefslogtreecommitdiff
path: root/scheduler/util.c
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
commit81ab83f382660bc7980ae954725c4ebf28764b03 (patch)
tree523268f698a63a8fd44f3491d94d140266b2403b /scheduler/util.c
parenta75966e33dbc3e3e096338fd332f515cb313b58a (diff)
downloadcups-upstream/1.6.0.tar.gz
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'scheduler/util.c')
-rw-r--r--scheduler/util.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/scheduler/util.c b/scheduler/util.c
index 9bc80779..281c1e3c 100644
--- a/scheduler/util.c
+++ b/scheduler/util.c
@@ -1,5 +1,5 @@
/*
- * "$Id: util.c 9793 2011-05-20 03:49:49Z mike $"
+ * "$Id: util.c 10424 2012-04-23 17:26:57Z mike $"
*
* Mini-daemon utility functions for CUPS.
*
@@ -170,7 +170,7 @@ cupsdCreateStringsArray(const char *s) /* I - Comma-delimited strings */
/*
* 'cupsdExec()' - Run a program with the correct environment.
*
- * On Mac OS X, we need to update the CFProcessPath environment variable that
+ * On OS X, we need to update the CFProcessPath environment variable that
* is passed in the environment so the child can access its bundled resources.
*/
@@ -187,7 +187,7 @@ cupsdExec(const char *command, /* I - Full path to program */
/*
- * Some Mac OS X programs are bundled and need the CFProcessPath environment
+ * Some OS X programs are bundled and need the CFProcessPath environment
* variable defined. If the command is a symlink, resolve the link and point
* to the resolved location, otherwise, use the command path itself.
*/
@@ -467,5 +467,5 @@ cupsdSendIPPTrailer(void)
/*
- * End of "$Id: util.c 9793 2011-05-20 03:49:49Z mike $".
+ * End of "$Id: util.c 10424 2012-04-23 17:26:57Z mike $".
*/