diff options
author | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
commit | 81ab83f382660bc7980ae954725c4ebf28764b03 (patch) | |
tree | 523268f698a63a8fd44f3491d94d140266b2403b /scheduler/process.c | |
parent | a75966e33dbc3e3e096338fd332f515cb313b58a (diff) | |
download | cups-upstream/1.6.0.tar.gz |
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'scheduler/process.c')
-rw-r--r-- | scheduler/process.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scheduler/process.c b/scheduler/process.c index c1ca526f..292a0d9e 100644 --- a/scheduler/process.c +++ b/scheduler/process.c @@ -1,9 +1,9 @@ /* - * "$Id: process.c 9790 2011-05-19 22:40:03Z mike $" + * "$Id: process.c 10424 2012-04-23 17:26:57Z mike $" * * Process management routines for the CUPS scheduler. * - * Copyright 2007-2011 by Apple Inc. + * Copyright 2007-2012 by Apple Inc. * Copyright 1997-2007 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the @@ -365,8 +365,8 @@ cupsdStartProcess( if (envp) { /* - * Add special voodoo magic for Mac OS X - this allows Mac OS X - * programs to access their bundle resources properly... + * Add special voodoo magic for OS X - this allows OS X programs to access + * their bundle resources properly... */ if ((linkbytes = readlink(command, linkpath, sizeof(linkpath) - 1)) > 0) @@ -577,7 +577,7 @@ cupsdStartProcess( { if (!process_array) process_array = cupsArrayNew((cups_array_func_t)compare_procs, NULL); - + if (process_array) { if ((proc = calloc(1, sizeof(cupsd_proc_t) + strlen(command))) != NULL) @@ -652,5 +652,5 @@ cupsd_requote(char *dst, /* I - Destination buffer */ /* - * End of "$Id: process.c 9790 2011-05-19 22:40:03Z mike $". + * End of "$Id: process.c 10424 2012-04-23 17:26:57Z mike $". */ |