diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
| commit | 3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch) | |
| tree | 60a81407b110eb6d80af1e0affba0ec353de6a9c /tools/regression/lib/libc/stdio | |
| parent | 3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'.
This commit was manufactured to restore the state of the 6.0-RELEASE image.
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 35131e2a67c5..3e234967cc63 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 2005/03/01 01:43:05 das 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..3eef29115e2c 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 2004/11/11 19:47:52 nik 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..6bfb9568ac03 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 2004/11/11 19:47:52 nik 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..08d426aac89e 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 2005/03/01 01:43:04 das 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..190ba19870ea 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 2004/11/11 19:47:52 nik 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..c3ad1dea6931 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 2005/03/01 01:43:20 das 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..e202d7948b05 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 2004/11/11 19:47:52 nik Exp $ cd `dirname $0` |
