From: Guido van Rossum Date: Mon, 9 Dec 1996 18:46:28 +0000 (+0000) Subject: Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy. X-Git-Tag: v1.5a1~857 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=259552dbd9117fcde8d3b5d676011611899f86dd;p=thirdparty%2FPython%2Fcpython.git Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy. --- diff --git a/Modules/nismodule.c b/Modules/nismodule.c index ab5b9d0d7d55..b95b9146f7e0 100644 --- a/Modules/nismodule.c +++ b/Modules/nismodule.c @@ -20,6 +20,11 @@ #include #include +#ifdef __sgi +/* This is missing from rpcsvc/ypclnt.h */ +extern int yp_get_default_domain(); +#endif + static object *NisError; static object *