This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, posix has been updated
       via  7117537a33aa236fb10017962734b4011a2775e9 (commit)
      from  cc1bbf24264d1b349f1521f4b0831e8caf63678e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=7117537a33aa236fb10017962734b4011a2775e9


commit 7117537a33aa236fb10017962734b4011a2775e9
Author: Lyndon Nerenberg <[email protected]>
Date:   Sun Dec 25 12:16:08 2011 -0800

    Add back missing include of <sys/wait.h>

diff --git a/sbr/pidstatus.c b/sbr/pidstatus.c
index 7da78ac..b7aad79 100644
--- a/sbr/pidstatus.c
+++ b/sbr/pidstatus.c
@@ -7,6 +7,7 @@
  * complete copyright information.
  */
 
+#include <sys/wait.h>
 #include <h/mh.h>
 
 /*

-----------------------------------------------------------------------

Summary of changes:
 sbr/pidstatus.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System

_______________________________________________
Nmh-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to