1. Remove a rather strangely gratuitous bit of profanity
[unix-history] / sys / netns / spp_timer.h
index c7f8a4b..be61887 100644 (file)
  * SUCH DAMAGE.
  *
  *     from: @(#)spp_timer.h   7.3 (Berkeley) 6/28/90
  * SUCH DAMAGE.
  *
  *     from: @(#)spp_timer.h   7.3 (Berkeley) 6/28/90
- *     $Id$
+ *     $Id: spp_timer.h,v 1.2 1993/10/16 19:54:37 rgrimes Exp $
  */
 
  */
 
+#ifndef _NETNS_SPP_TIMER_H_
+#define _NETNS_SPP_TIMER_H_ 1
+
 /*
  * Definitions of the SPP timers.  These timers are counted
  * down PR_SLOWHZ times a second.
 /*
  * Definitions of the SPP timers.  These timers are counted
  * down PR_SLOWHZ times a second.
@@ -121,3 +124,4 @@ char *spptimers[] =
 #ifdef KERNEL
 extern int spp_backoff[];
 #endif
 #ifdef KERNEL
 extern int spp_backoff[];
 #endif
+#endif /* _NETNS_SPP_TIMER_H_ */