/[gcl]/gcl/o/nsocket.c
ViewVC logotype

Diff of /gcl/o/nsocket.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7.4.1 by camm, Wed Jul 16 02:02:51 2003 UTC revision 1.7.4.1.4.1 by camm, Thu Nov 6 16:16:52 2003 UTC
# Line 405  DEFUN_NEW("SET-BLOCKING",object,fSset_bl Line 405  DEFUN_NEW("SET-BLOCKING",object,fSset_bl
405            }            }
406          else          else
407          {          {
408            int x1 = fix(fSset_blocking(STREAM_INPUT_STREAM(sock),setBlocking));            int x1 = fix(FFN(fSset_blocking)(STREAM_INPUT_STREAM(sock),setBlocking));
409            int x2 = fix(fSset_blocking(STREAM_OUTPUT_STREAM(sock),setBlocking));            int x2 = fix(FFN(fSset_blocking)(STREAM_OUTPUT_STREAM(sock),setBlocking));
410            /* if either is negative result return negative. (ie fail)            /* if either is negative result return negative. (ie fail)
411               If either is positive return positive (ie fail)               If either is positive return positive (ie fail)
412               Zero result means both ok.  (ie succeed)               Zero result means both ok.  (ie succeed)

Legend:
Removed from v.1.7.4.1  
changed lines
  Added in v.1.7.4.1.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26