diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-28 22:24:55 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-28 22:24:55 +0000 |
commit | 9e04c32106a11a6dc6249f7bc1edd38fcb0e5291 (patch) | |
tree | 9bad0f561789e74c3e605dc0297a6e919207e916 /lib/libc | |
parent | fd018e8b3f6d4044fda4bd3a501f8b8de7b43bc5 (diff) |
Duh. remove dumb debugging before commit next time.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/sparc64/stdlib/abs.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/arch/sparc64/stdlib/abs.S b/lib/libc/arch/sparc64/stdlib/abs.S index b65695ac1bc..4d28f6eee19 100644 --- a/lib/libc/arch/sparc64/stdlib/abs.S +++ b/lib/libc/arch/sparc64/stdlib/abs.S @@ -1,8 +1,6 @@ -/* $OpenBSD: abs.S,v 1.1 2001/08/28 22:17:36 art Exp $ */ +/* $OpenBSD: abs.S,v 1.2 2001/08/28 22:24:54 art Exp $ */ /* $NetBSD: abs.S,v 1.1 1998/09/11 04:56:32 eeh Exp $ */ -#error foo - /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. |