diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-10-10 22:07:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-10-10 22:07:11 +0000 |
commit | f7fd620d4fe579a45d5eef64a59133a7d6b99ef0 (patch) | |
tree | d66dd6aef2ccdc3d59b5b464c4ac9ea146ace26c /lib | |
parent | bd2f90c396ef37d79db78d582ce21d5b69e9a5d9 (diff) |
Preliminary userland bits for OpenBSD/landisk, many things coming from
NetBSD.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/arch/sh/sys/sigreturn.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/arch/sh/sys/sigreturn.S b/lib/libc/arch/sh/sys/sigreturn.S index 6e9da57b9bc..26c736c85c2 100644 --- a/lib/libc/arch/sh/sys/sigreturn.S +++ b/lib/libc/arch/sh/sys/sigreturn.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigreturn.S,v 1.1.1.1 2006/10/10 22:07:10 miod Exp $ */ +/* $OpenBSD: sigreturn.S,v 1.1 2006/10/10 22:07:10 miod Exp $ */ /* $NetBSD: sigreturn.S,v 1.2 2003/08/07 16:42:05 agc Exp $ */ /*- |