retain pr number in comment

This commit is contained in:
pooka 2010-08-04 14:28:28 +00:00
parent d53b948607
commit 937f490267
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: t_filedesc.c,v 1.2 2010/08/04 14:26:18 pooka Exp $ */
/* $NetBSD: t_filedesc.c,v 1.3 2010/08/04 14:28:28 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: t_filedesc.c,v 1.2 2010/08/04 14:26:18 pooka Exp $");
__RCSID("$NetBSD: t_filedesc.c,v 1.3 2010/08/04 14:28:28 pooka Exp $");
#include <sys/types.h>
@ -47,6 +47,7 @@ ATF_TC_HEAD(getfilerace, tc)
atf_tc_set_md_var(tc, "descr", "race between multithreaded proc. "
"fd_getfile() and fd_close()");
/* PR kern/43694 */
}
static int fd;