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