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 4505679feac62b930d0eba541b65328a491bd3b5 (commit)
from 1a0dcd0a540e3af64ff63d84839336bf8c85ec40 (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=4505679feac62b930d0eba541b65328a491bd3b5
commit 4505679feac62b930d0eba541b65328a491bd3b5
Author: David Levine <[email protected]>
Date: Sun Jan 8 17:58:11 2012 -0600
Removed unused bcmp, bcopy, bcpy, and bzero #defines.
diff --git a/h/nmh.h b/h/nmh.h
index 17e4273..0ab5e5d 100644
--- a/h/nmh.h
+++ b/h/nmh.h
@@ -62,8 +62,3 @@
#endif
#include <signal.h>
-
-#define bcmp(b1,b2,length) memcmp(b1, b2, length)
-#define bcopy(b1,b2,length) memcpy (b2, b1, length)
-#define bcpy(b1,b2,length) memcmp (b1, b2, length)
-#define bzero(b,length) memset (b, 0, length)
-----------------------------------------------------------------------
Summary of changes:
h/nmh.h | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
_______________________________________________
Nmh-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-commits