X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmh.h;h=afe2682dc0883c542a0b48d715e72a5cdda48ecf;hp=81a6021cbd2d0f582b0a8abcca90ac67b6452ef8;hb=9d27405ff3562d183784a244ee44bbaf71eabda8;hpb=31d4900d02d6be96308736ddc262ec4cdbd72c7c diff --git a/h/mh.h b/h/mh.h index 81a6021..afe2682 100644 --- a/h/mh.h +++ b/h/mh.h @@ -7,6 +7,15 @@ #include +/* 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 */