summaryrefslogtreecommitdiff
path: root/sys/sys/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/queue.h')
-rw-r--r--sys/sys/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/queue.h b/sys/sys/queue.h
index 87a62a0e77812..1070d87da131d 100644
--- a/sys/sys/queue.h
+++ b/sys/sys/queue.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)queue.h 8.5 (Berkeley) 8/20/94
- * $Id: queue.h,v 1.23 1999/01/06 20:03:11 n_hibma Exp $
+ * $Id: queue.h,v 1.24 1999/01/07 22:27:53 n_hibma Exp $
*/
#ifndef _SYS_QUEUE_H_