diff options
Diffstat (limited to 'tools/regression/include')
-rw-r--r-- | tools/regression/include/tgmath/Makefile | 2 | ||||
-rw-r--r-- | tools/regression/include/tgmath/tgmath.c | 2 | ||||
-rw-r--r-- | tools/regression/include/tgmath/tgmath.t | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/regression/include/tgmath/Makefile b/tools/regression/include/tgmath/Makefile index 64626c51d3c24..ef862b0494d01 100644 --- a/tools/regression/include/tgmath/Makefile +++ b/tools/regression/include/tgmath/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/include/tgmath/Makefile,v 1.3.22.1 2010/02/10 00:26:20 kensmith Exp $ PROG= tgmath CFLAGS+= -fno-builtin -std=c99 diff --git a/tools/regression/include/tgmath/tgmath.c b/tools/regression/include/tgmath/tgmath.c index 037810ad9df05..45d8b072476d4 100644 --- a/tools/regression/include/tgmath/tgmath.c +++ b/tools/regression/include/tgmath/tgmath.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/include/tgmath/tgmath.c,v 1.2.24.1 2010/02/10 00:26:20 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/tools/regression/include/tgmath/tgmath.t b/tools/regression/include/tgmath/tgmath.t index 8bdfd03be81b6..9445c809ae7ce 100644 --- a/tools/regression/include/tgmath/tgmath.t +++ b/tools/regression/include/tgmath/tgmath.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/include/tgmath/tgmath.t,v 1.1.24.1 2010/02/10 00:26:20 kensmith Exp $ cd `dirname $0` |