mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy.
This commit is contained in:
parent
52174577eb
commit
259552dbd9
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue