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

version 1.22, 2008/07/27 10:34:06 version 1.23, 2008/07/29 09:01:44
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 file -- n ( file* -- fd )  \c #define fileno1(file) fileno((FILE*)(file))
   c-function fileno fileno1 a -- n ( file* -- fd )
 end-c-library  end-c-library
   
 4 4 2Constant int%  4 4 2Constant int%

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


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