]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/tempfile.c
Update all references to OS X to macOS.
[thirdparty/cups.git] / cups / tempfile.c
index 772ca4ef5a1c1078e2dd9ab8d08abbe531017fdf..d96ee7db12283feee82ed107dc82ffda1f3461d6 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * Temp file utilities for CUPS.
  *
  * Copyright 2007-2014 by Apple Inc.
@@ -170,7 +168,7 @@ cupsTempFile(char *filename,                /* I - Pointer to buffer */
  * The temporary filename is returned in the filename buffer.
  * The temporary file is opened for writing.
  *
- * @since CUPS 1.2/OS X 10.5@
+ * @since CUPS 1.2/macOS 10.5@
  */
 
 cups_file_t *                          /* O - CUPS file or @code NULL@ on error */
@@ -192,8 +190,3 @@ cupsTempFile2(char *filename,               /* I - Pointer to buffer */
   else
     return (file);
 }
-
-
-/*
- * End of "$Id$".
- */