X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-bsd-sockets%2Finet.lisp;h=df52637105009b0b341a1d7910d78ef939a1067c;hb=8d29e8f3101bedd3a2889422bcdb7c220f4c0203;hp=eeb2b25e420381f00f38ce26dcab95a7fc489015;hpb=10d2c05ea44ca0837091434fe2223c0c31687615;p=sbcl.git diff --git a/contrib/sb-bsd-sockets/inet.lisp b/contrib/sb-bsd-sockets/inet.lisp index eeb2b25..df52637 100644 --- a/contrib/sb-bsd-sockets/inet.lisp +++ b/contrib/sb-bsd-sockets/inet.lisp @@ -6,7 +6,7 @@ |# @@ -85,10 +85,6 @@ using getprotobyname(2) which typically looks in NIS or /etc/protocols" (+ (* 256 (sockint::sockaddr-in-port sockaddr 0)) (sockint::sockaddr-in-port sockaddr 1)))) - (defun make-inet-socket (type protocol) "Make an INET socket. Deprecated in favour of make-instance" (make-instance 'inet-socket :type type :protocol protocol)) - - -