diff options
Diffstat (limited to 'tools/regression/lib/libc/gen')
| -rw-r--r-- | tools/regression/lib/libc/gen/Makefile | 2 | ||||
| -rw-r--r-- | tools/regression/lib/libc/gen/test-fmtcheck.c | 2 | ||||
| -rw-r--r-- | tools/regression/lib/libc/gen/test-fnmatch.c | 2 | ||||
| -rw-r--r-- | tools/regression/lib/libc/gen/test-fpclassify.c | 2 | ||||
| -rw-r--r-- | tools/regression/lib/libc/gen/test-wordexp.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tools/regression/lib/libc/gen/Makefile b/tools/regression/lib/libc/gen/Makefile index a79dc2f7dab3..4f82f6b7b7b8 100644 --- a/tools/regression/lib/libc/gen/Makefile +++ b/tools/regression/lib/libc/gen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/gen/Makefile,v 1.3.2.3.6.1 2012/03/03 06:15:13 kensmith Exp $ TESTS= test-fmtcheck test-fnmatch test-fpclassify test-wordexp diff --git a/tools/regression/lib/libc/gen/test-fmtcheck.c b/tools/regression/lib/libc/gen/test-fmtcheck.c index 734eab1eac83..36496b09865c 100644 --- a/tools/regression/lib/libc/gen/test-fmtcheck.c +++ b/tools/regression/lib/libc/gen/test-fmtcheck.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/gen/test-fmtcheck.c,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/tools/regression/lib/libc/gen/test-fnmatch.c b/tools/regression/lib/libc/gen/test-fnmatch.c index 2544067c1366..73fd31605af7 100644 --- a/tools/regression/lib/libc/gen/test-fnmatch.c +++ b/tools/regression/lib/libc/gen/test-fnmatch.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/gen/test-fnmatch.c,v 1.2.2.4.6.1 2012/03/03 06:15:13 kensmith Exp $"); #include <errno.h> #include <stdio.h> diff --git a/tools/regression/lib/libc/gen/test-fpclassify.c b/tools/regression/lib/libc/gen/test-fpclassify.c index 8431fe84f557..95695db9a38e 100644 --- a/tools/regression/lib/libc/gen/test-fpclassify.c +++ b/tools/regression/lib/libc/gen/test-fpclassify.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/lib/libc/gen/test-fpclassify.c,v 1.3.34.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #include <assert.h> diff --git a/tools/regression/lib/libc/gen/test-wordexp.c b/tools/regression/lib/libc/gen/test-wordexp.c index df8f8856f621..286e49354283 100644 --- a/tools/regression/lib/libc/gen/test-wordexp.c +++ b/tools/regression/lib/libc/gen/test-wordexp.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/gen/test-wordexp.c,v 1.2.2.2.6.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/wait.h> |
