diff options
author | 2007-11-24 19:47:05 +0000 | |
---|---|---|
committer | 2007-11-24 19:47:05 +0000 | |
commit | 4d37325872e013990358846ce8499a10fe30178e (patch) | |
tree | 73571403ec7e9af6d767dad8e515a5b5f1b7c999 /sys/lib/libkern/arch/sparc/umul.S | |
parent | junk RCS (diff) | |
download | wireguard-openbsd-4d37325872e013990358846ce8499a10fe30178e.tar.xz wireguard-openbsd-4d37325872e013990358846ce8499a10fe30178e.zip |
SCCS junk, bit by bit
Diffstat (limited to 'sys/lib/libkern/arch/sparc/umul.S')
-rw-r--r-- | sys/lib/libkern/arch/sparc/umul.S | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/lib/libkern/arch/sparc/umul.S b/sys/lib/libkern/arch/sparc/umul.S index c011b0d38f6..9aa571ca12d 100644 --- a/sys/lib/libkern/arch/sparc/umul.S +++ b/sys/lib/libkern/arch/sparc/umul.S @@ -1,4 +1,4 @@ -/* $OpenBSD: umul.S,v 1.5 2003/06/02 23:28:09 millert Exp $ */ +/* $OpenBSD: umul.S,v 1.6 2007/11/24 19:47:05 deraadt Exp $ */ /* $NetBSD: umul.S,v 1.2 1994/10/26 06:40:10 cgd Exp $ */ /* @@ -36,13 +36,6 @@ * Header: umul.s,v 1.4 92/06/25 13:24:05 torek Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -#ifdef notdef - .asciz "@(#)umul.s 8.1 (Berkeley) 6/4/93" -#endif - .asciz "$OpenBSD: umul.S,v 1.5 2003/06/02 23:28:09 millert Exp $" -#endif /* LIBC_SCCS and not lint */ - /* * Unsigned multiply. Returns %o0 * %o1 in %o1%o0 (i.e., %o1 holds the * upper 32 bits of the 64-bit product). |