]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
changed GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARG
authorGuido van Rossum <guido@python.org>
Thu, 23 Jun 1994 12:17:51 +0000 (12:17 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Jun 1994 12:17:51 +0000 (12:17 +0000)
acconfig.h

index 1dca91800c60d833c26c19033742e08f376411a3..6b9d32fda75dde0e9f638bf4d287304e5dc6d4d1 100644 (file)
@@ -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