X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fpidstatus.c;h=ff8cf48a0a056473cad47a27b37a70a45930c65a;hp=6f5f5785c52c45b7a4f7bd21e7128a5499e19562;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/pidstatus.c b/sbr/pidstatus.c index 6f5f578..ff8cf48 100644 --- a/sbr/pidstatus.c +++ b/sbr/pidstatus.c @@ -1,16 +1,16 @@ /* - * pidstatus.c -- report child's status - * - * This code is Copyright (c) 2002, by the authors of nmh. See the - * COPYRIGHT file in the root directory of the nmh distribution for - * complete copyright information. - */ +** pidstatus.c -- report child's status +** +** This code is Copyright (c) 2002, by the authors of nmh. See the +** COPYRIGHT file in the root directory of the nmh distribution for +** complete copyright information. +*/ #include /* - * auto-generated header - */ +** auto-generated header +*/ #include #ifdef HAVE_SYS_WAIT_H @@ -31,12 +31,12 @@ pidstatus (int status, FILE *fp, char *cp) int signum; /* - * I have no idea what this is for (rc) - * so I'm commenting it out for right now. - * - * if ((status & 0xff00) == 0xff00) - * return status; - */ + ** I have no idea what this is for (rc) + ** so I'm commenting it out for right now. + ** + ** if ((status & 0xff00) == 0xff00) + ** return status; + */ /* If child process returned normally */ if (WIFEXITED(status)) {