multiple inclusion protection, for the rpc headers
This commit is contained in:
parent
94677efe9e
commit
fa080c8fad
|
@ -31,7 +31,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)in.h 8.3 (Berkeley) 1/3/94
|
||||
* $Id: in.h,v 1.9 1994/05/13 06:06:04 mycroft Exp $
|
||||
* $Id: in.h,v 1.10 1994/05/14 05:46:35 cgd Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -39,6 +39,9 @@
|
|||
* Per RFC 790, September 1981, and numerous additions.
|
||||
*/
|
||||
|
||||
#ifndef _NET_IN_H_
|
||||
#define _NET_IN_H_
|
||||
|
||||
/*
|
||||
* Protocols
|
||||
*/
|
||||
|
@ -238,3 +241,4 @@ int in_localaddr __P((struct in_addr));
|
|||
u_long in_netof __P((struct in_addr));
|
||||
void in_socktrim __P((struct sockaddr_in *));
|
||||
#endif
|
||||
#endif /* !_NET_IN_H_ */
|
||||
|
|
Loading…
Reference in New Issue