Patch by Jim Wise, lp#628885.
;;; getprotobyname only works in the internet domain, which is why this
;;; is here
(defun get-protocol-by-name (name) ;exported
+ "Given a protocol name, return the protocol number, the protocol name, and
+a list of protocol aliases"
;; Brownie Points. Hopefully there's one person out there using
;; RSPF sockets and SBCL who will appreciate the extra info
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.42.29"
+"1.0.42.30"