diff options
Diffstat (limited to 'gnu/usr.bin/cc/cc_tools')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd-native.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd64-fix.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 78bdb690a0f8..5a73cf741e9f 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/cc/cc_tools/Makefile,v 1.81 2005/06/03 04:21:04 kan Exp $ # # This could probably be merged with ../cc_int/Makefile, but bsd.lib.mk diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index 5470788543ab..f8a5bb2fd617 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/cc/cc_tools/auto-host.h,v 1.18 2004/07/28 05:27:20 kan Exp $ */ #ifndef __FreeBSD_version #include <sys/param.h> diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index cc39a2a15325..1fa4b7101f58 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/cc/cc_tools/freebsd-native.h,v 1.24.10.1 2005/11/01 23:10:08 scottl Exp $ */ /* FREEBSD_NATIVE is defined when gcc is integrated into the FreeBSD source tree so it can be configured appropriately without using diff --git a/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h b/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h index 23f14d1e088d..bbdca350d29c 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h @@ -3,7 +3,7 @@ * function name. In order to avoid touching vendor source while gcc3.4 * is in progress, try a minimal workaround. * - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h,v 1.1 2004/06/10 22:18:33 peter Exp $ */ #undef MCOUNT_NAME #define MCOUNT_NAME ".mcount" |
