]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 9 Nov 2004 09:40:07 +0000 (09:40 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 9 Nov 2004 09:40:07 +0000 (09:40 +0000)
src/ChangeLog

index f04cb427831d5ffab243231206db58f6dffec333..bc7954f12d1014b2810cfcf9bada489e38f92cab 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-09  Kim F. Storm  <storm@cua.dk>
+
+       * process.c (Fmake_network_process): Remove kludge for interrupted
+       connects on BSD.  If connect is interrupted, just close socket and
+       start over rather than sleeping and retry with same socket.
+
 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * .cvsignore: Add buildobj.lst.
@@ -11,7 +17,7 @@
        * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
        and w32*.o.
        (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
-       (mostlyclean): rm buildobj.lst 
+       (mostlyclean): rm buildobj.lst
 
        * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
        is linked.