diff options
Diffstat (limited to 'lib/libc_r/test')
| -rw-r--r-- | lib/libc_r/test/Makefile | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/mutex/Makefile | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/mutex/mutex.c | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/sigsuspend/Makefile | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/sigsuspend/sigsuspend.c | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/sigwait/Makefile | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/sigwait/sigwait.c | 2 |
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> |
