X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-bsd-sockets%2Fwin32-constants.lisp;h=e9b2596afac8624ca6c0958e86414b872d38028b;hb=568daf6b160280428701670b921f419aabd9eba0;hp=9fa1f172d35df0ce438d9b2b981fde6a88ef6832;hpb=c2c405712ae18e70a96c4a8cf584dde329f3d5f7;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))