2005-05-18 Oliver Kiddle <okiddle@yahoo.co.uk>
+ * Debian Bug# 143485: Nick Rusnov: h/mh.h: use fork instead of
+ vfork on Linux
+
* Debian Bug# 261592: Harald Geyer: uip/mhlsbr.c, uip/replsbr.c:
test/report error writing to stdout
#include <h/nmh.h>
+/* A quick fix for Linux systems. According to the vfork manual page,
+ there is little difference in performance, so we aren't losing much.
+ But this fixes a minor message bug so why not? On NetBSD, this should
+ probably not happen. */
+#ifdef linux
+#define vfork fork
+#endif
+
+
/*
* Well-used constants
*/