From: Guido van Rossum Date: Thu, 23 Jun 1994 12:17:51 +0000 (+0000) Subject: changed GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARG X-Git-Tag: v1.1~295 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0039f51e9cb6d6a6815a828279154538f109ad2f;p=thirdparty%2FPython%2Fcpython.git changed GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARG --- diff --git a/acconfig.h b/acconfig.h index 1dca91800c60..6b9d32fda75d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -11,7 +11,7 @@ /* Define if getpgrp() must be called as getpgrp(0) and (consequently) setpgrp() as setpgrp(0, 0). */ -#undef GETPGRP_HAVE_ARGS +#undef GETPGRP_HAVE_ARG /* Define this if your time.h defines altzone */ #undef HAVE_ALTZONE