From f043c0fb577c0acd8b1b861fe176167e97ea5cd0 Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 8 Mar 2003 08:03:34 +0000 Subject: add __RCSID() --- lib/libpthread/pthread_stack.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libpthread/pthread_stack.c') diff --git a/lib/libpthread/pthread_stack.c b/lib/libpthread/pthread_stack.c index 83933c84b83..4e5bd6d9767 100644 --- a/lib/libpthread/pthread_stack.c +++ b/lib/libpthread/pthread_stack.c @@ -1,4 +1,4 @@ -/* $NetBSD: pthread_stack.c,v 1.6 2003/02/15 00:52:19 nathanw Exp $ */ +/* $NetBSD: pthread_stack.c,v 1.7 2003/03/08 08:03:36 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__RCSID("$NetBSD: pthread_stack.c,v 1.7 2003/03/08 08:03:36 lukem Exp $"); + #include #include #include -- cgit