Back out part of yesterdays changes. They were obviously not tested well

enough :-(  (With backout on this file, libc compiles.  'make world' isn't
finished yet.)

Pointed out by: Oliver Roberts
This commit is contained in:
Eivind Eklund 1997-05-07 19:10:49 +00:00
parent a79fe60755
commit 3c9cc90091
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25541

View file

@ -26,15 +26,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: ypclnt.h,v 1.6 1997/02/23 09:17:34 peter Exp $ * $Id: ypclnt.h,v 1.7 1997/05/07 02:27:18 eivind Exp $
*/ */
#ifndef _RPCSVC_YPCLNT_H_ #ifndef _RPCSVC_YPCLNT_H_
#define _RPCSVC_YPCLNT_H_ #define _RPCSVC_YPCLNT_H_
#include <rpc/rpc.h>
#include <rpcsvc/yp_prot.h>
#define YPERR_BADARGS 1 /* args to function are bad */ #define YPERR_BADARGS 1 /* args to function are bad */
#define YPERR_RPC 2 /* RPC failure */ #define YPERR_RPC 2 /* RPC failure */
#define YPERR_DOMAIN 3 /* can't bind to a server for domain */ #define YPERR_DOMAIN 3 /* can't bind to a server for domain */