summaryrefslogtreecommitdiff
path: root/fetch_struct_flock.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetch_struct_flock.c')
-rw-r--r--fetch_struct_flock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetch_struct_flock.c b/fetch_struct_flock.c
index 773505fef..bb248761d 100644
--- a/fetch_struct_flock.c
+++ b/fetch_struct_flock.c
@@ -52,7 +52,7 @@ typedef struct_kernel_flock64 struct_flock64;
&& FLOCK_MEMBERS_EQ(type, l_pid))
MPERS_PRINTER_DECL(bool, fetch_struct_flock, struct tcb *const tcp,
- const kernel_ureg_t addr, void *const p)
+ const kernel_ulong_t addr, void *const p)
{
struct_kernel_flock64 *pfl = p;
struct_flock mfl;
@@ -72,7 +72,7 @@ MPERS_PRINTER_DECL(bool, fetch_struct_flock, struct tcb *const tcp,
}
MPERS_PRINTER_DECL(bool, fetch_struct_flock64, struct tcb *const tcp,
- const kernel_ureg_t addr, void *const p)
+ const kernel_ulong_t addr, void *const p)
{
struct_kernel_flock64 *pfl = p;
struct_flock64 mfl;