diff options
Diffstat (limited to 'sys/netccitt/llc_timer.c')
-rw-r--r-- | sys/netccitt/llc_timer.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/netccitt/llc_timer.c b/sys/netccitt/llc_timer.c index 06d3cf3c3f3d..0714d51e3b94 100644 --- a/sys/netccitt/llc_timer.c +++ b/sys/netccitt/llc_timer.c @@ -1,9 +1,9 @@ -/* - * Copyright (C) Dirk Husemann, Computer Science Department IV, +/* + * Copyright (C) Dirk Husemann, Computer Science Department IV, * University of Erlangen-Nuremberg, Germany, 1990, 1991, 1992 * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. - * + * * This code is derived from software contributed to Berkeley by * Dirk Husemann and the Computer Science Department (IV) of * the University of Erlangen-Nuremberg, Germany. @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)llc_timer.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: llc_timer.c,v 1.2 1994/08/02 07:47:23 davidg Exp $ */ #include <sys/param.h> @@ -147,8 +147,8 @@ llc_timer() } break; } - /* - * Now, check all the ISO 8802-2 timers + /* + * Now, check all the ISO 8802-2 timers */ FOR_ALL_LLC_TIMERS(timer) { action = 0; @@ -173,7 +173,7 @@ llc_timer() } else if (linkp->llcl_timers[timer] > 0) linkp->llcl_timers[timer]--; } - + gone: linkp = nlinkp; } } |