emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32proc.c,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/w32proc.c,v
Date: Fri, 14 Jul 2006 14:18:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/07/14 14:18:52

Index: w32proc.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32proc.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- w32proc.c   6 Feb 2006 15:23:22 -0000       1.66
+++ w32proc.c   14 Jul 2006 14:18:52 -0000      1.67
@@ -280,6 +280,9 @@
     {
       int rc;
 
+      if (fd_info[cp->fd].flags & FILE_LISTEN)
+       rc = _sys_wait_accept (cp->fd);
+      else
       rc = _sys_read_ahead (cp->fd);
 
       /* The name char_avail is a misnomer - it really just means the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]