summaryrefslogtreecommitdiff
path: root/src/kernel/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/proc.h')
-rw-r--r--src/kernel/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/proc.h b/src/kernel/proc.h
index 0ae811e..eb39b51 100644
--- a/src/kernel/proc.h
+++ b/src/kernel/proc.h
@@ -32,7 +32,7 @@ struct process {
struct {
char __user *buf;
size_t max_len;
- struct fs_wait_response __user *res;
+ struct ufs_request __user *res;
} awaited_req; // PS_WAITS4REQUEST
struct {
struct handle *pipe;