diff src/process-unix.c @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents c33ae14dd6d0
children f42052c80e1c
line wrap: on
line diff
--- a/src/process-unix.c	Mon Aug 13 11:43:25 2007 +0200
+++ b/src/process-unix.c	Mon Aug 13 11:44:37 2007 +0200
@@ -1288,7 +1288,7 @@
 
       while (1)
 	{
-	  ssize_t writeret;
+	  Lstream_data_count writeret;
 
 	  chunklen = Lstream_read (lstream, chunkbuf, 512);
 	  if (chunklen <= 0)
@@ -1543,9 +1543,9 @@
   if (EMACS_KILLPG (pgid, signo) == -1)
     {
       /* It's not an error if our victim is already dead.
-         And we can't rely on the result of killing a zombie, since
-         XPG 4.2 requires that killing a zombie fail with ESRCH,
-         while FIPS 151-2 requires that it succeeds! */
+	 And we can't rely on the result of killing a zombie, since
+	 XPG 4.2 requires that killing a zombie fail with ESRCH,
+	 while FIPS 151-2 requires that it succeeds! */
 #ifdef ESRCH
       if (errno != ESRCH)
 #endif