diff options
author | 1996-08-19 08:10:10 +0000 | |
---|---|---|
committer | 1996-08-19 08:10:10 +0000 | |
commit | e9b2b68ca3a6cce2632b4a73cc801bbb6f19c001 (patch) | |
tree | ae28f47ec89be7d99e138e5b76dfb015e512c6b2 /lib/libc/arch/sparc/stdlib/abs.S | |
parent | Oops major {fd = 2} was doubly specified (diff) | |
download | wireguard-openbsd-e9b2b68ca3a6cce2632b4a73cc801bbb6f19c001.tar.xz wireguard-openbsd-e9b2b68ca3a6cce2632b4a73cc801bbb6f19c001.zip |
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'lib/libc/arch/sparc/stdlib/abs.S')
-rw-r--r-- | lib/libc/arch/sparc/stdlib/abs.S | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/libc/arch/sparc/stdlib/abs.S b/lib/libc/arch/sparc/stdlib/abs.S index 82c6312870c..3de7d2bc3ee 100644 --- a/lib/libc/arch/sparc/stdlib/abs.S +++ b/lib/libc/arch/sparc/stdlib/abs.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: abs.s,v 1.1 91/07/06 18:01:57 torek Exp - * $Id: abs.S,v 1.1.1.1 1995/10/18 08:41:41 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)abs.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: abs.S,v 1.2 1996/08/19 08:17:54 tholo Exp $" +#endif /* LIBC_SCCS */ /* abs - int absolute value */ |