summaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>2000-10-05 13:27:56 +0000
committerDavid Leonard <d@cvs.openbsd.org>2000-10-05 13:27:56 +0000
commite8539d9fc673f9a4cbf4425c986aa3271f90ac97 (patch)
tree36148ebf4aaa097a399161395546a225861ffccc /lib/libc_r
parent6a0587933565797b7305f7ec4043fe9f93e03402 (diff)
missed it by That Much
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/arch/alpha/uthread_machdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/arch/alpha/uthread_machdep.h b/lib/libc_r/arch/alpha/uthread_machdep.h
index 3c159c84b99..1caf9b0d7a0 100644
--- a/lib/libc_r/arch/alpha/uthread_machdep.h
+++ b/lib/libc_r/arch/alpha/uthread_machdep.h
@@ -1,6 +1,6 @@
-/* $OpenBSD: uthread_machdep.h,v 1.6 2000/10/04 05:55:33 d Exp $ */
+/* $OpenBSD: uthread_machdep.h,v 1.7 2000/10/05 13:27:55 d Exp $ */
/* David Leonard, <d@csee.uq.edu.au>. Public domain. */
struct _machdep_state {
- int fp;
+ int sp;
};