Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy.

This commit is contained in:
Guido van Rossum 1996-12-09 18:46:28 +00:00
parent 52174577eb
commit 259552dbd9
1 changed files with 5 additions and 0 deletions

View File

@ -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 *