summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/test
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
committerpeter <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
commit76f0c923fe4b2a1616453876611dc76b4f6b5355 (patch)
tree11c3e263d5f0f3acaf3b23fd63177baa9d93b750 /lib/libc_r/test
parentc148814ac642685a549ea821e649cd359879c935 (diff)
downloadFreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.zip
FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.tar.gz
$Id$ -> $FreeBSD$
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 c394979..90ee5ad 100644
--- a/lib/libc_r/test/Makefile
+++ b/lib/libc_r/test/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1998/09/30 07:07:59 jb Exp $
+# $FreeBSD$
#
# Tests for libc_r functionality.
#
diff --git a/lib/libc_r/test/mutex/Makefile b/lib/libc_r/test/mutex/Makefile
index 334d2a7..19f4ce3 100644
--- a/lib/libc_r/test/mutex/Makefile
+++ b/lib/libc_r/test/mutex/Makefile
@@ -1,4 +1,4 @@
-# $Id:$
+# $FreeBSD$
PROG= mutex
SRCS= mutex.c
diff --git a/lib/libc_r/test/mutex/mutex.c b/lib/libc_r/test/mutex/mutex.c
index fffed0a..02689d3 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.
*
- * $Id$
+ * $FreeBSD$
*/
#include <stdlib.h>
#include <unistd.h>
diff --git a/lib/libc_r/test/sigsuspend/Makefile b/lib/libc_r/test/sigsuspend/Makefile
index 59ea321..7fb52c8 100644
--- a/lib/libc_r/test/sigsuspend/Makefile
+++ b/lib/libc_r/test/sigsuspend/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1998/08/25 12:35:16 jb Exp $
+# $FreeBSD$
PROG= sigsuspend
SRCS= sigsuspend.c
diff --git a/lib/libc_r/test/sigsuspend/sigsuspend.c b/lib/libc_r/test/sigsuspend/sigsuspend.c
index 2f5075d..7921e8a 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.
*
- * $Id$
+ * $FreeBSD$
*/
#include <stdlib.h>
#include <unistd.h>
diff --git a/lib/libc_r/test/sigwait/Makefile b/lib/libc_r/test/sigwait/Makefile
index fbd9233..31520c1 100644
--- a/lib/libc_r/test/sigwait/Makefile
+++ b/lib/libc_r/test/sigwait/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
PROG= sigwait
SRCS= sigwait.c
diff --git a/lib/libc_r/test/sigwait/sigwait.c b/lib/libc_r/test/sigwait/sigwait.c
index 54c00b5..4fcaa4f 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.
*
- * $Id$
+ * $FreeBSD$
*/
#include <stdlib.h>
#include <unistd.h>
OpenPOWER on IntegriCloud