From: Karl Heuer Date: Sat, 27 May 1995 01:08:20 +0000 (+0000) Subject: (VFORK_RETURN_TYPE): Moved to s/sol2-3.h. X-Git-Tag: emacs-19.34~3893 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f0db62c95ecff38d713dc60bc80546e9aea7619;p=emacs.git (VFORK_RETURN_TYPE): Moved to s/sol2-3.h. --- diff --git a/src/s/sol2-4.h b/src/s/sol2-4.h index 2f2a41941ca..7d224611cff 100644 --- a/src/s/sol2-4.h +++ b/src/s/sol2-4.h @@ -4,13 +4,6 @@ #define SOLARIS2_4 -/* Solaris 2.4 has a broken vfork. So we don't use it; - we use the alternate definition in sysdep.c. - But a header file has a declaration - that would conflict with the definition of vfork in sysdep.c. - So we'll choose the return type to match the system header. */ -#define VFORK_RETURN_TYPE pid_t - /* Get rid of -traditional and let const really do its thing. */ #ifdef __GNUC__