diff options
Diffstat (limited to 'lib/libc_r/test/mutex')
| -rw-r--r-- | lib/libc_r/test/mutex/Makefile | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/mutex/mutex.c | 2 |
2 files changed, 2 insertions, 2 deletions
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> |
