Diff for /gforth/unix/socket.fs between versions 1.21 and 1.22

version 1.21, 2008/07/15 16:11:49 version 1.22, 2008/07/27 10:34:06
Line 42  c-function fcntl fcntl n n n -- n ( fd n Line 42  c-function fcntl fcntl n n n -- n ( fd n
 c-function htonl htonl n -- n ( x -- x' )  c-function htonl htonl n -- n ( x -- x' )
 c-function htons htons n -- n ( x -- x' )  c-function htons htons n -- n ( x -- x' )
 c-function ntohl ntohl n -- n ( x -- x' )  c-function ntohl ntohl n -- n ( x -- x' )
 c-function fileno fileno a -- n ( file* -- fd )  c-function fileno fileno file -- n ( file* -- fd )
 end-c-library  end-c-library
   
 4 4 2Constant int%  4 4 2Constant int%

Removed from v.1.21  
changed lines
  Added in v.1.22


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>