X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fsb-bsd-sockets%2Fconstants.lisp;h=e487966a47e987a39956a3fab81ac2330f2954a9;hb=22c1de0a40df83bb5628974010a879cb2c17ff53;hp=2629aef38522b76b3066279a92142d74cd84f34f;hpb=e511ed14d4a20cb9de2523f052b0f23a1dde1115;p=sbcl.git diff --git a/contrib/sb-bsd-sockets/constants.lisp b/contrib/sb-bsd-sockets/constants.lisp index 2629aef..e487966 100644 --- a/contrib/sb-bsd-sockets/constants.lisp +++ b/contrib/sb-bsd-sockets/constants.lisp @@ -10,12 +10,12 @@ ;;; then the stuff we're looking for ((:integer af-inet "AF_INET" "IP Protocol family") - (:integer af-unspec "AF_UNSPEC" "Unspecified.") + (:integer af-unspec "AF_UNSPEC" "Unspecified") (:integer af-local #+(or sunos solaris) "AF_UNIX" #-(or sunos solaris) "AF_LOCAL" "Local to host (pipes and file-domain).") - #+linux (:integer af-inet6 "AF_INET6" "IP version 6. ") + #+linux (:integer af-inet6 "AF_INET6" "IP version 6") #+linux (:integer af-route "AF_NETLINK" "Alias to emulate 4.4BSD ") (:integer sock-stream "SOCK_STREAM"