OSSP CVS Repository

ossp - Difference in ossp-pkg/l2/l2_ch_pipe.c versions 1.15 and 1.16
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/l2/l2_ch_pipe.c 1.15 -> 1.16

--- l2_ch_pipe.c 2001/09/24 14:36:34     1.15
+++ l2_ch_pipe.c 2001/09/25 15:22:21     1.16
@@ -58,16 +58,16 @@
     int   iStatus = 0; /* for wait() */
 
     if (sig == SIGCHLD) {
-        TRACE("SIGCHLD caught\n");
+        TRACE("SIGCHLD caught");
         Pid = waitpid(-1, &iStatus, WUNTRACED);
         if (WIFEXITED(iStatus))
-            TRACE("EXITED child\n");   /* child finished and returned       */
+            TRACE("EXITED child");     /* child finished and returned       */
         else if (WIFSIGNALED(iStatus))
-            TRACE("SIGNALED child\n"); /* child finished due to a signal    */
+            TRACE("SIGNALED child");   /* child finished due to a signal    */
         else if (WIFSTOPPED(iStatus))
-            TRACE("STOPPED child\n");  /* child stopped due to a signal     */
+            TRACE("STOPPED child");    /* child stopped due to a signal     */
         else
-            TRACE("Unknown SIGNAL\n"); /* child stopped due to a signal     */
+            TRACE("Unknown SIGNAL");   /* child stopped due to a signal     */
     }
     else if (sig == SIGPIPE);          /* noop for now                      */
 }

CVSTrac 2.0.1