kill another definition of bool.
This commit is contained in:
parent
975e5c30a0
commit
3bae22298f
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: yp_prot.h,v 1.16 2006/04/24 19:00:30 snj Exp $ */
|
||||
/* $NetBSD: yp_prot.h,v 1.17 2007/10/06 16:17:34 yamt Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
|
||||
|
@ -64,12 +64,6 @@
|
|||
* YPPROC_MAPLIST takes (char *), returns (struct ypmaplist *).
|
||||
*/
|
||||
|
||||
#ifndef BOOL_DEFINED
|
||||
typedef u_int bool;
|
||||
#define BOOL_DEFINED
|
||||
#endif
|
||||
|
||||
|
||||
/* Program and version symbols, magic numbers */
|
||||
#define YPPROG ((unsigned long)100004)
|
||||
#define YPVERS ((unsigned long)2)
|
||||
|
|
Loading…
Reference in New Issue