diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-03-20 21:17:40 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-03-20 21:17:40 +0000 |
| commit | 31566c96f482a23dd7d6f7bde290092c6d33809b (patch) | |
| tree | 608cb551a154df99f6a9548cb3d9702bd3b8428c /sys/dev/raidframe | |
| parent | 2a53bfbe628abe5bf0bdf4a51c988cfed3c0f265 (diff) | |
Notes
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_threadstuff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_threadstuff.h b/sys/dev/raidframe/rf_threadstuff.h index f7e81ff262afc..a3560cc168bfc 100644 --- a/sys/dev/raidframe/rf_threadstuff.h +++ b/sys/dev/raidframe/rf_threadstuff.h @@ -78,7 +78,7 @@ typedef void *RF_ThreadArg_t; static __inline struct ucred * rf_getucred(RF_Thread_t td) { - return (((struct thread *)td)->td_proc->p_ucred); + return (((struct thread *)td)->td_ucred); } #endif |
