diff options
Diffstat (limited to 'tools/regression/pthread')
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/regression/pthread/cv_cancel1/Makefile b/tools/regression/pthread/cv_cancel1/Makefile index 6fe38c76d86c..f6fba330997f 100644 --- a/tools/regression/pthread/cv_cancel1/Makefile +++ b/tools/regression/pthread/cv_cancel1/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/pthread/cv_cancel1/Makefile,v 1.1.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $ PROG= cv_cancel1 NO_MAN= diff --git a/tools/regression/pthread/cv_cancel1/cv_cancel1.c b/tools/regression/pthread/cv_cancel1/cv_cancel1.c index cacad44c2280..680a7af70598 100644 --- a/tools/regression/pthread/cv_cancel1/cv_cancel1.c +++ b/tools/regression/pthread/cv_cancel1/cv_cancel1.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/pthread/cv_cancel1/cv_cancel1.c,v 1.3.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $ * */ #include <pthread.h> diff --git a/tools/regression/pthread/mutex_isowned_np/Makefile b/tools/regression/pthread/mutex_isowned_np/Makefile index d7d3ac47ca7a..92324a418fbe 100644 --- a/tools/regression/pthread/mutex_isowned_np/Makefile +++ b/tools/regression/pthread/mutex_isowned_np/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/pthread/mutex_isowned_np/Makefile,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ PROG= mutex_isowned_np NO_MAN= diff --git a/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c b/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c index 865b426c2c54..42988de6c390 100644 --- a/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c +++ b/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #include <pthread.h> |
