[Top][All Lists]
[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. cfbb7d214978767f9bab016a5c00f44680126063 |
Date: |
Wed, 11 Jan 2012 22:46:07 +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 cfbb7d214978767f9bab016a5c00f44680126063 (commit)
from 2c3d90ed127ab47e695350367ca3c34d4324bcc4 (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=cfbb7d214978767f9bab016a5c00f44680126063
commit cfbb7d214978767f9bab016a5c00f44680126063
Author: David Levine <address@hidden>
Date: Wed Jan 11 16:45:53 2012 -0600
Added #include <grp.h>. It's needed on Linux, should be harmless on others.
diff --git a/uip/slocal.c b/uip/slocal.c
index 13d0511..44e5988 100644
--- a/uip/slocal.c
+++ b/uip/slocal.c
@@ -34,6 +34,10 @@
#include <sys/ioctl.h>
#include <fcntl.h>
+/* Hopefully, grp.h declares initgroups(). If we run into a platform
+ where it doesn't, we could consider declaring it here as well. */
+#include <grp.h>
+
/* This define is needed for Berkeley db v2 and above to
* make the header file expose the 'historical' ndbm APIs.
* We define it unconditionally because this is simple and
-----------------------------------------------------------------------
Summary of changes:
uip/slocal.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. cfbb7d214978767f9bab016a5c00f44680126063,
David Levine <=