diff options
Diffstat (limited to 'tools/regression/lib/libc/stdio')
-rw-r--r-- | tools/regression/lib/libc/stdio/Makefile | 2 | ||||
-rw-r--r-- | tools/regression/lib/libc/stdio/test-perror.c | 2 | ||||
-rw-r--r-- | tools/regression/lib/libc/stdio/test-perror.t | 2 | ||||
-rw-r--r-- | tools/regression/lib/libc/stdio/test-printfloat.c | 2 | ||||
-rw-r--r-- | tools/regression/lib/libc/stdio/test-printfloat.t | 2 | ||||
-rw-r--r-- | tools/regression/lib/libc/stdio/test-scanfloat.c | 2 | ||||
-rw-r--r-- | tools/regression/lib/libc/stdio/test-scanfloat.t | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tools/regression/lib/libc/stdio/Makefile b/tools/regression/lib/libc/stdio/Makefile index 35131e2a67c5b..00cdba8ac55a0 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.20.1 2009/04/15 03:14:26 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 992b734dfa393..91896e5d6fd52 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.20.1 2009/04/15 03:14:26 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 8bdfd03be81b6..28ff417f6c48b 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.20.1 2009/04/15 03:14:26 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 fcacee5313ecf..f82c1b6bd566f 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.20.1 2009/04/15 03:14:26 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 8bdfd03be81b6..9fe27eaa4f1cf 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.20.1 2009/04/15 03:14:26 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 ef6faaebfe000..e4f722cdb6178 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.7.8.1 2009/04/15 03:14:26 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 8bdfd03be81b6..765f53b170bb8 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.20.1 2009/04/15 03:14:26 kensmith Exp $ cd `dirname $0` |