diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-24 08:16:18 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-24 08:16:18 +0000 |
| commit | 1a581012df5d5fab92152c370b67fa2884439492 (patch) | |
| tree | 445faca696ac6d659b8269c182aa4f7d1002e73d /sys/pc98 | |
| parent | 47be1324782cae0023e275aa65c42b78527bb537 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 40c5706bdf6b..4d50d75c0b3f 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -909,7 +909,7 @@ int sigreturn(td, uap) struct thread *td; struct sigreturn_args /* { - const __ucontext *sigcntxp; + const struct __ucontext *sigcntxp; } */ *uap; { ucontext_t uc; |
