summaryrefslogtreecommitdiff
path: root/tools/test/malloc
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-01-11 22:54:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-01-11 22:54:46 +0000
commit201f78d6b90635d961fa373ecd706e3786333b7e (patch)
treec8937d0d96aa193878973d98a3a5240f9232ad5a /tools/test/malloc
parent99e934d3327f7c05890356105bbe793570b22829 (diff)
Diffstat (limited to 'tools/test/malloc')
-rw-r--r--tools/test/malloc/Makefile2
-rw-r--r--tools/test/malloc/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/malloc/Makefile b/tools/test/malloc/Makefile
index 7d6067087b6b..d1233f2f1145 100644
--- a/tools/test/malloc/Makefile
+++ b/tools/test/malloc/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/test/malloc/Makefile,v 1.5 2004/12/21 08:47:26 ru Exp $
PROG= malloc
SRCS= main.c
.PATH: ${.CURDIR}/../../../lib/libc/stdlib
diff --git a/tools/test/malloc/main.c b/tools/test/malloc/main.c
index 2a0502928c06..dcb200ab9f06 100644
--- a/tools/test/malloc/main.c
+++ b/tools/test/malloc/main.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/tools/test/malloc/main.c,v 1.2 2002/01/02 06:42:34 kbyanc Exp $ */
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>