diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-19 08:35:14 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-19 08:35:14 +0000 |
commit | d7615c200c61c89d6c4f97de1e3abf99bb759de9 (patch) | |
tree | 35d8d19aca072dba63d7062d615a555693a9142a /lib/libc/arch/ns32k/sys/sigpending.S | |
parent | 796010265f845625013cfa4bb2f73a26d43f30d2 (diff) |
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'lib/libc/arch/ns32k/sys/sigpending.S')
-rw-r--r-- | lib/libc/arch/ns32k/sys/sigpending.S | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/libc/arch/ns32k/sys/sigpending.S b/lib/libc/arch/ns32k/sys/sigpending.S index 3ca8c6b95ba..becbbe3027f 100644 --- a/lib/libc/arch/ns32k/sys/sigpending.S +++ b/lib/libc/arch/ns32k/sys/sigpending.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: sigpending.S,v 1.1 1995/10/18 08:41:39 deraadt Exp $ - */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigpending.S,v 1.2 1996/08/19 08:17:14 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + SYSCALL(sigpending) movd S_ARG1, r1 /* fetch pointer to... */ movd r0, 0(r1) /* store old mask */ |