X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=test%2Fipptool.c;h=819ab743755609a6da5decb17523b7ef7f27ff8c;hp=6d46da162e3dad2861f007626e4a0994dd44f9e2;hb=8072030b3c862315c367c73663b27f0427325919;hpb=9e5e2ceff5ff91a95f2c62057f4bcb2efb97cbdf diff --git a/test/ipptool.c b/test/ipptool.c index 6d46da162..819ab7437 100644 --- a/test/ipptool.c +++ b/test/ipptool.c @@ -4900,7 +4900,7 @@ timeout_cb(http_t *http, /* I - Connection to server */ * 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))