]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/env.c
Update all references to OS X to macOS.
[thirdparty/cups.git] / scheduler / env.c
index d5c154fcde18331d67d10aa750526fa04a20b14c..c5e8c61e98ae7811c5cc12f8888b7141b04f2176 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * Environment management routines for the CUPS scheduler.
  *
  * Copyright 2007-2014 by Apple Inc.
@@ -51,7 +49,7 @@ cupsdInitEnv(void)
 
 #if defined(__APPLE__)
  /*
-  * Add special voodoo magic for MacOS X - this allows MacOS X
+  * Add special voodoo magic for MacmacOS - this allows MacmacOS
   * programs to access their bundle resources properly...
   *
   * This string is replaced in cupsdStartProcess()...
@@ -262,8 +260,3 @@ find_env(const char *name)          /* I - Variable name */
 
   return (-1);
 }
-
-
-/*
- * End of "$Id$".
- */