mirror of https://github.com/python/cpython
Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy.
This commit is contained in:
parent
52174577eb
commit
259552dbd9
|
@ -20,6 +20,11 @@
|
|||
#include <rpcsvc/yp_prot.h>
|
||||
#include <rpcsvc/ypclnt.h>
|
||||
|
||||
#ifdef __sgi
|
||||
/* This is missing from rpcsvc/ypclnt.h */
|
||||
extern int yp_get_default_domain();
|
||||
#endif
|
||||
|
||||
static object *NisError;
|
||||
|
||||
static object *
|
||||
|
|
Loading…
Reference in New Issue