aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/test
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-25 00:20:49 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-25 00:20:49 +0000
commit8e878a0310eae754021dbd73ca928eaf7cf6a65c (patch)
tree85f35fe64386fc1f5eb60327eb5c614a04d1adae /lib/libc_r/test
parentb4d1edeb37a573694fb661e8da9631ce60473a8d (diff)
Diffstat (limited to 'lib/libc_r/test')
-rw-r--r--lib/libc_r/test/Makefile2
-rw-r--r--lib/libc_r/test/mutex/Makefile2
-rw-r--r--lib/libc_r/test/mutex/mutex.c2
-rw-r--r--lib/libc_r/test/sigsuspend/Makefile2
-rw-r--r--lib/libc_r/test/sigsuspend/sigsuspend.c2
-rw-r--r--lib/libc_r/test/sigwait/Makefile2
-rw-r--r--lib/libc_r/test/sigwait/sigwait.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc_r/test/Makefile b/lib/libc_r/test/Makefile
index 90ee5ad59ea4..096b0f1649a0 100644
--- a/lib/libc_r/test/Makefile
+++ b/lib/libc_r/test/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/libc_r/test/Makefile,v 1.2.4.2 1999/08/29 14:55:43 peter Exp $
#
# Tests for libc_r functionality.
#
diff --git a/lib/libc_r/test/mutex/Makefile b/lib/libc_r/test/mutex/Makefile
index 19f4ce34622d..d1ab5d377c64 100644
--- a/lib/libc_r/test/mutex/Makefile
+++ b/lib/libc_r/test/mutex/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/libc_r/test/mutex/Makefile,v 1.1.2.1 1999/08/29 14:55:44 peter Exp $
PROG= mutex
SRCS= mutex.c
diff --git a/lib/libc_r/test/mutex/mutex.c b/lib/libc_r/test/mutex/mutex.c
index 02689d307601..dab513e4d534 100644
--- a/lib/libc_r/test/mutex/mutex.c
+++ b/lib/libc_r/test/mutex/mutex.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc_r/test/mutex/mutex.c,v 1.1.2.1 2000/01/04 10:03:15 tg Exp $
*/
#include <stdlib.h>
#include <unistd.h>
diff --git a/lib/libc_r/test/sigsuspend/Makefile b/lib/libc_r/test/sigsuspend/Makefile
index 7fb52c8f43b2..4bd5bf0971ab 100644
--- a/lib/libc_r/test/sigsuspend/Makefile
+++ b/lib/libc_r/test/sigsuspend/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/libc_r/test/sigsuspend/Makefile,v 1.1.4.1 1999/08/29 14:55:45 peter Exp $
PROG= sigsuspend
SRCS= sigsuspend.c
diff --git a/lib/libc_r/test/sigsuspend/sigsuspend.c b/lib/libc_r/test/sigsuspend/sigsuspend.c
index 113b2d686f82..8333549c7ad5 100644
--- a/lib/libc_r/test/sigsuspend/sigsuspend.c
+++ b/lib/libc_r/test/sigsuspend/sigsuspend.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc_r/test/sigsuspend/sigsuspend.c,v 1.1.4.2 2000/01/04 11:02:46 tg Exp $
*/
#include <stdlib.h>
#include <unistd.h>
diff --git a/lib/libc_r/test/sigwait/Makefile b/lib/libc_r/test/sigwait/Makefile
index 31520c1af0fb..ea1e7f7d1468 100644
--- a/lib/libc_r/test/sigwait/Makefile
+++ b/lib/libc_r/test/sigwait/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/libc_r/test/sigwait/Makefile,v 1.1.4.1 1999/08/29 14:55:46 peter Exp $
PROG= sigwait
SRCS= sigwait.c
diff --git a/lib/libc_r/test/sigwait/sigwait.c b/lib/libc_r/test/sigwait/sigwait.c
index 961691db2ab6..17823f27e05f 100644
--- a/lib/libc_r/test/sigwait/sigwait.c
+++ b/lib/libc_r/test/sigwait/sigwait.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc_r/test/sigwait/sigwait.c,v 1.2.4.2 2000/01/04 11:02:47 tg Exp $
*/
#include <stdlib.h>
#include <unistd.h>