X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-bsd-sockets%2Fwin32-constants.lisp;h=e9b2596afac8624ca6c0958e86414b872d38028b;hb=6cb4f9ea3f4e35a5a8e75922833e14575ae92180;hp=9fa1f172d35df0ce438d9b2b981fde6a88ef6832;hpb=5226596a5d9412d6a8965087d00781be489ba8dd;p=sbcl.git diff --git a/contrib/sb-bsd-sockets/win32-constants.lisp b/contrib/sb-bsd-sockets/win32-constants.lisp index 9fa1f17..e9b2596 100644 --- a/contrib/sb-bsd-sockets/win32-constants.lisp +++ b/contrib/sb-bsd-sockets/win32-constants.lisp @@ -46,7 +46,7 @@ (defconstant EPERM 1) ;; basic socket errors -(defconstant WSABASEERR 10000) +(defconstant WSABASEERR 10000) (defconstant EINTR (+ WSABASEERR 4)) (defconstant EBADF (+ WSABASEERR 9)) (defconstant EACCES (+ WSABASEERR 13))