![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.2, 1997/07/13 20:28:15 | version 1.3, 1997/07/21 14:09:31 | ||
---|---|---|---|
|
|
||
__RCSID("$NetBSD$"); | __RCSID("$NetBSD$"); | ||
#endif | #endif | ||
#include "namespace.h" | |||
#include <stdio.h> | #include <stdio.h> | ||
#include <rpc/rpc.h> | #include <rpc/rpc.h> | ||
#include <rpcsvc/yp_prot.h> | #include <rpcsvc/yp_prot.h> | ||
#include <rpcsvc/ypclnt.h> | #include <rpcsvc/ypclnt.h> | ||
#ifdef __weak_alias | |||
__weak_alias(yperr_string,_yperr_string); | |||
#endif | |||
char * | char * | ||
yperr_string(incode) | yperr_string(incode) | ||
int incode; | int incode; |