Changeset 5494


Ignore:
Timestamp:
Nov 5, 2006, 9:08:10 PM (18 years ago)
Author:
Gary Byers
Message:

LOOKUP-PORT: use the macro HTONS, since the foreign function may not
exist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-sockets.lisp

    r5417 r5494  
    917917  (if (fixnump port)
    918918    port
    919     (#+ppc-target progn #-ppc-target #_ntohs (port-as-inet-port port proto))))
     919    (ntohs (port-as-inet-port port proto))))
    920920
    921921;; Accepts host as specified by user, returns host number in network byte
Note: See TracChangeset for help on using the changeset viewer.