summaryrefslogtreecommitdiff
path: root/tools/regression/lib/libc/stdio
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2008-11-26 01:09:48 +0000
committerKen Smith <kensmith@FreeBSD.org>2008-11-26 01:09:48 +0000
commita93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch)
tree1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /tools/regression/lib/libc/stdio
parentd2d8199ea25041ce5507c36316475bb4331b66ed (diff)
Diffstat (limited to 'tools/regression/lib/libc/stdio')
-rw-r--r--tools/regression/lib/libc/stdio/Makefile2
-rw-r--r--tools/regression/lib/libc/stdio/test-perror.c2
-rw-r--r--tools/regression/lib/libc/stdio/test-perror.t2
-rw-r--r--tools/regression/lib/libc/stdio/test-printfloat.c2
-rw-r--r--tools/regression/lib/libc/stdio/test-printfloat.t2
-rw-r--r--tools/regression/lib/libc/stdio/test-scanfloat.c2
-rw-r--r--tools/regression/lib/libc/stdio/test-scanfloat.t2
7 files changed, 7 insertions, 7 deletions
diff --git a/tools/regression/lib/libc/stdio/Makefile b/tools/regression/lib/libc/stdio/Makefile
index 35131e2a67c5..660066381b66 100644
--- a/tools/regression/lib/libc/stdio/Makefile
+++ b/tools/regression/lib/libc/stdio/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/lib/libc/stdio/Makefile,v 1.4.16.1 2008/10/02 02:57:24 kensmith Exp $
TESTS= test-perror test-printfloat test-scanfloat
CFLAGS+= -lm
diff --git a/tools/regression/lib/libc/stdio/test-perror.c b/tools/regression/lib/libc/stdio/test-perror.c
index 992b734dfa39..e201952fd446 100644
--- a/tools/regression/lib/libc/stdio/test-perror.c
+++ b/tools/regression/lib/libc/stdio/test-perror.c
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/tools/regression/lib/libc/stdio/test-perror.c,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $");
#include <assert.h>
#include <err.h>
diff --git a/tools/regression/lib/libc/stdio/test-perror.t b/tools/regression/lib/libc/stdio/test-perror.t
index 8bdfd03be81b..39835f978f94 100644
--- a/tools/regression/lib/libc/stdio/test-perror.t
+++ b/tools/regression/lib/libc/stdio/test-perror.t
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/lib/libc/stdio/test-perror.t,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $
cd `dirname $0`
diff --git a/tools/regression/lib/libc/stdio/test-printfloat.c b/tools/regression/lib/libc/stdio/test-printfloat.c
index fcacee5313ec..d2735534cc1e 100644
--- a/tools/regression/lib/libc/stdio/test-printfloat.c
+++ b/tools/regression/lib/libc/stdio/test-printfloat.c
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/tools/regression/lib/libc/stdio/test-printfloat.c,v 1.9.16.1 2008/10/02 02:57:24 kensmith Exp $");
#include <assert.h>
#include <err.h>
diff --git a/tools/regression/lib/libc/stdio/test-printfloat.t b/tools/regression/lib/libc/stdio/test-printfloat.t
index 8bdfd03be81b..034fe55cdda8 100644
--- a/tools/regression/lib/libc/stdio/test-printfloat.t
+++ b/tools/regression/lib/libc/stdio/test-printfloat.t
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/lib/libc/stdio/test-printfloat.t,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $
cd `dirname $0`
diff --git a/tools/regression/lib/libc/stdio/test-scanfloat.c b/tools/regression/lib/libc/stdio/test-scanfloat.c
index 3d4e159f310e..04c27c7fa312 100644
--- a/tools/regression/lib/libc/stdio/test-scanfloat.c
+++ b/tools/regression/lib/libc/stdio/test-scanfloat.c
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/tools/regression/lib/libc/stdio/test-scanfloat.c,v 1.5.12.1 2008/10/02 02:57:24 kensmith Exp $");
#include <assert.h>
#include <fenv.h>
diff --git a/tools/regression/lib/libc/stdio/test-scanfloat.t b/tools/regression/lib/libc/stdio/test-scanfloat.t
index 8bdfd03be81b..2cde527abcda 100644
--- a/tools/regression/lib/libc/stdio/test-scanfloat.t
+++ b/tools/regression/lib/libc/stdio/test-scanfloat.t
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/lib/libc/stdio/test-scanfloat.t,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $
cd `dirname $0`