diff options
Diffstat (limited to 'inet/protocols')
-rw-r--r-- | inet/protocols/routed.h | 6 | ||||
-rw-r--r-- | inet/protocols/rwhod.h | 6 | ||||
-rw-r--r-- | inet/protocols/talkd.h | 6 | ||||
-rw-r--r-- | inet/protocols/timed.h | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/inet/protocols/routed.h b/inet/protocols/routed.h index f41fc2182a..f342239db9 100644 --- a/inet/protocols/routed.h +++ b/inet/protocols/routed.h @@ -33,8 +33,8 @@ * @(#)routed.h 8.1 (Berkeley) 6/2/93 */ -#ifndef _ROUTED_H_ -#define _ROUTED_H_ +#ifndef _PROTOCOLS_ROUTED_H +#define _PROTOCOLS_ROUTED_H 1 /* * Routing Information Protocol @@ -101,4 +101,4 @@ char *ripcmds[RIPCMD_MAX] = #define EXPIRE_TIME 180 /* time to mark entry invalid */ #define GARBAGE_TIME 240 /* time to garbage collect */ -#endif /* !_ROUTED_H_ */ +#endif /* protocols/routed.h */ diff --git a/inet/protocols/rwhod.h b/inet/protocols/rwhod.h index 4ce44906a0..e5d9f991a8 100644 --- a/inet/protocols/rwhod.h +++ b/inet/protocols/rwhod.h @@ -33,8 +33,8 @@ * @(#)rwhod.h 8.1 (Berkeley) 6/2/93 */ -#ifndef _RWHOD_H_ -#define _RWHOD_H_ +#ifndef _PROTOCOLS_RWHOD_H +#define _PROTOCOLS_RWHOD_H 1 #include <sys/types.h> @@ -67,4 +67,4 @@ struct whod { #define _PATH_RWHODIR "/var/rwho" -#endif /* !_RWHOD_H_ */ +#endif /* protocols/rwhod.h */ diff --git a/inet/protocols/talkd.h b/inet/protocols/talkd.h index 6d893adfb5..5bec984d1f 100644 --- a/inet/protocols/talkd.h +++ b/inet/protocols/talkd.h @@ -33,8 +33,8 @@ * @(#)talkd.h 8.1 (Berkeley) 6/2/93 */ -#ifndef _TALKD_H_ -#define _TALKD_H_ +#ifndef _PROTOCOLS_TALKD_H +#define _PROTOCOLS_TALKD_H 1 /* * This describes the protocol used by the talk server and clients. @@ -113,4 +113,4 @@ typedef struct { /* RING_WAIT should be 10's of seconds less than MAX_LIFE */ #define RING_WAIT 30 /* time to wait before resending invitation */ -#endif /* !_TALKD_H_ */ +#endif /* protocols/talkd.h */ diff --git a/inet/protocols/timed.h b/inet/protocols/timed.h index 1b569f5312..a2c9fb8ce4 100644 --- a/inet/protocols/timed.h +++ b/inet/protocols/timed.h @@ -33,8 +33,8 @@ * @(#)timed.h 8.1 (Berkeley) 6/2/93 */ -#ifndef _TIMED_H_ -#define _TIMED_H_ +#ifndef _PROTOCOLS_TIMED_H +#define _PROTOCOLS_TIMED_H 1 /* * Time Synchronization Protocol @@ -96,4 +96,4 @@ char *tsptype[TSPTYPENUMBER] = "TEST", "SETDATE", "SETDATEREQ", "LOOP" }; #endif -#endif /* !_TIMED_H_ */ +#endif /* protocols/timed.h */ |