Add consistent multiple-inclusion protection (repeat).

This commit is contained in:
mycroft 1993-04-20 11:25:21 +00:00
parent 266a376b2a
commit 7cf53ab06a
3 changed files with 15 additions and 0 deletions

View File

@ -33,6 +33,9 @@
* @(#)spidp.h 7.4 (Berkeley) 6/28/90
*/
#ifndef _NETNS_SPIDP_H_
#define _NETNS_SPIDP_H_
/*
* Definitions for NS(tm) Internet Datagram Protocol
* containing a Sequenced Packet Protocol packet.
@ -60,3 +63,5 @@ struct spidp_q {
#define si_seq si_s.sp_seq
#define si_ack si_s.sp_ack
#define si_alo si_s.sp_alo
#endif /* !_NETNS_SPIDP_H_ */

View File

@ -33,6 +33,9 @@
* @(#)spp_debug.h 7.4 (Berkeley) 6/28/90
*/
#ifndef _NETNS_SPP_DEBUG_H_
#define _NETNS_SPP_DEBUG_H_
struct spp_debug {
u_long sd_time;
short sd_act;
@ -57,3 +60,5 @@ char *sanames[] =
#define SPP_NDEBUG 100
struct spp_debug spp_debug[SPP_NDEBUG];
int spp_debx;
#endif /* !_NETNS_SPP_DEBUG_H_ */

View File

@ -33,6 +33,9 @@
* @(#)spp_timer.h 7.3 (Berkeley) 6/28/90
*/
#ifndef _NETNS_SPP_TIMER_H_
#define _NETNS_SPP_TIMER_H_
/*
* Definitions of the SPP timers. These timers are counted
* down PR_SLOWHZ times a second.
@ -120,3 +123,5 @@ char *spptimers[] =
#ifdef KERNEL
extern int spp_backoff[];
#endif
#endif /* !_NETNS_SPP_TIMER_H_ */