Module Name: src Committed By: uwe Date: Wed Feb 28 21:29:11 UTC 2018
Modified Files: src/tests/lib/libpthread: t_swapcontext.c Log Message: Add missing $ in the RCSID. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libpthread/t_swapcontext.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/lib/libpthread/t_swapcontext.c diff -u src/tests/lib/libpthread/t_swapcontext.c:1.7 src/tests/lib/libpthread/t_swapcontext.c:1.8 --- src/tests/lib/libpthread/t_swapcontext.c:1.7 Tue Feb 27 20:34:04 2018 +++ src/tests/lib/libpthread/t_swapcontext.c Wed Feb 28 21:29:10 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: t_swapcontext.c,v 1.7 2018/02/27 20:34:04 uwe Exp $ */ +/* $NetBSD: t_swapcontext.c,v 1.8 2018/02/28 21:29:10 uwe Exp $ */ /* * Copyright (c) 2012 Emmanuel Dreyfus. All rights reserved. @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD"); +__RCSID("$NetBSD: t_swapcontext.c,v 1.8 2018/02/28 21:29:10 uwe Exp $"); #include <sys/types.h> #include <errno.h>