summaryrefslogtreecommitdiff
path: root/lib/libc_r/sys
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:30 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:30 +0000
commita9e2dc176f709713f9565ed1711c958f0707eb36 (patch)
treee1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /lib/libc_r/sys
parent8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff)
Diffstat (limited to 'lib/libc_r/sys')
-rw-r--r--lib/libc_r/sys/Makefile.inc2
-rw-r--r--lib/libc_r/sys/_atomic_lock.S4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc_r/sys/Makefile.inc b/lib/libc_r/sys/Makefile.inc
index 000a337636c9e..3e2bb54f230d8 100644
--- a/lib/libc_r/sys/Makefile.inc
+++ b/lib/libc_r/sys/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id: Makefile.inc,v 1.5.2.2 1998/06/29 19:18:14 dt Exp $
+# $Id: Makefile.inc,v 1.5.2.3 1998/11/04 08:42:08 tg Exp $
.PATH: ${.CURDIR}/sys
diff --git a/lib/libc_r/sys/_atomic_lock.S b/lib/libc_r/sys/_atomic_lock.S
index 762aa58245c19..33fb4b29fbf3f 100644
--- a/lib/libc_r/sys/_atomic_lock.S
+++ b/lib/libc_r/sys/_atomic_lock.S
@@ -19,13 +19,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: _atomic_lock.S,v 1.2 1998/06/09 08:25:41 jb Exp $
+ * $Id: _atomic_lock.S,v 1.1.2.1 1998/11/04 08:42:08 tg Exp $
*
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
- .asciz "$Id: _atomic_lock.S,v 1.2 1998/06/09 08:25:41 jb Exp $"
+ .asciz "$Id: _atomic_lock.S,v 1.1.2.1 1998/11/04 08:42:08 tg Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"