diff options
Diffstat (limited to 'include/sm/tailq.h')
| -rw-r--r-- | include/sm/tailq.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sm/tailq.h b/include/sm/tailq.h index c8eeec4383d7..ef67a971b328 100644 --- a/include/sm/tailq.h +++ b/include/sm/tailq.h @@ -36,7 +36,7 @@ #define SM_TAILQ_H_ /* - * $Id: tailq.h,v 1.2 2007/06/29 23:09:57 ca Exp $ + * $Id: tailq.h,v 1.3 2012/01/21 00:12:14 ashish Exp $ * * This file is a modified copy of queue.h from a BSD system: * we only need tail queues here. @@ -69,8 +69,8 @@ struct { \ struct type **tqe_prev; /* address of previous next element */ \ } -/* - * tail queue access methods +/* + * tail queue access methods */ #define SM_TAILQ_FIRST(head) ((head)->tqh_first) #define SM_TAILQ_END(head) NULL |
