nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. e86388e2505cf502c3470f30b4234d3308c771a3
Date: Wed, 01 Feb 2012 05:17:57 +0000

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, master has been updated
       via  e86388e2505cf502c3470f30b4234d3308c771a3 (commit)
      from  aaf31d46368bcf63f7ae4b0019ef09d098f98491 (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=e86388e2505cf502c3470f30b4234d3308c771a3


commit e86388e2505cf502c3470f30b4234d3308c771a3
Author: David Levine <address@hidden>
Date:   Tue Jan 31 23:17:33 2012 -0600

    Added #includes to pick up declaration of waitpid()

diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c
index a44413c..eef0937 100644
--- a/uip/mhlsbr.c
+++ b/uip/mhlsbr.c
@@ -16,6 +16,8 @@
 #include <h/m_setjmp.h>
 #include <signal.h>
 #include <errno.h>
+#include <sys/wait.h>
+#include <sys/types.h>
 
 /*
  * MAJOR BUG:

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

Summary of changes:
 uip/mhlsbr.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]