diff options
Diffstat (limited to 'tools/regression/include/tgmath')
-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..58923771c866e 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 2004/12/21 08:47:21 ru 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..c69eb71394172 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 2004/11/11 19:47:51 nik Exp $ */ #include <sys/cdefs.h> diff --git a/tools/regression/include/tgmath/tgmath.t b/tools/regression/include/tgmath/tgmath.t index 8bdfd03be81b6..4577b407201d6 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 2004/11/11 19:47:51 nik Exp $ cd `dirname $0` |