]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/ipptool.c
Update all references to OS X to macOS.
[thirdparty/cups.git] / test / ipptool.c
index 6d46da162e3dad2861f007626e4a0994dd44f9e2..819ab743755609a6da5decb17523b7ef7f27ff8c 100644 (file)
@@ -4900,7 +4900,7 @@ timeout_cb(http_t *http,          /* I - Connection to server */
   * buffer is empty...
   */
 
   * buffer is empty...
   */
 
-#ifdef SO_NWRITE                       /* OS X and some versions of Linux */
+#ifdef SO_NWRITE                       /* macOS and some versions of Linux */
   socklen_t len = sizeof(buffered);    /* Size of return value */
 
   if (getsockopt(httpGetFd(http), SOL_SOCKET, SO_NWRITE, &buffered, &len))
   socklen_t len = sizeof(buffered);    /* Size of return value */
 
   if (getsockopt(httpGetFd(http), SOL_SOCKET, SO_NWRITE, &buffered, &len))