Commit 259552db authored by Guido van Rossum's avatar Guido van Rossum

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

parent 52174577
......@@ -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 *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment