X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-bsd-sockets%2Fname-service.lisp;h=ff9279bfbcccff5f6f28f94628e179e89936cbc2;hb=127fd3d2fb843c6bb7ad0763e143d81877e760e8;hp=b5f975554336eccd1978f829a6a6cccdc1780775;hpb=7fe6593d72990d1dacc1d68aee2b909866c9d3c7;p=sbcl.git diff --git a/contrib/sb-bsd-sockets/name-service.lisp b/contrib/sb-bsd-sockets/name-service.lisp index b5f9755..ff9279b 100644 --- a/contrib/sb-bsd-sockets/name-service.lisp +++ b/contrib/sb-bsd-sockets/name-service.lisp @@ -35,6 +35,7 @@ (#.sockint::af-inet ;; CLH: Work around x86-64 darwin bug here. ;; The length is reported as 8, when it should be 4. + ;; FIXME: this is rumored to be fix in 10.5 #+(and darwin x86-64) (progn (assert (or (= length 4) (= length 8)))