summaryrefslogtreecommitdiff
path: root/fetch_struct_statfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetch_struct_statfs.c')
-rw-r--r--fetch_struct_statfs.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/fetch_struct_statfs.c b/fetch_struct_statfs.c
index 7c8b08853..0717e4b2d 100644
--- a/fetch_struct_statfs.c
+++ b/fetch_struct_statfs.c
@@ -47,7 +47,8 @@ typedef struct statfs64 struct_statfs64;
else \
dst = (unsigned long long) (src)
-MPERS_PRINTER_DECL(bool, fetch_struct_statfs)(struct tcb *tcp, const long addr, struct strace_statfs *p)
+MPERS_PRINTER_DECL(bool, fetch_struct_statfs,
+ struct tcb *tcp, const long addr, struct strace_statfs *p)
{
struct_statfs b;
@@ -84,7 +85,9 @@ MPERS_PRINTER_DECL(bool, fetch_struct_statfs)(struct tcb *tcp, const long addr,
# define COMPAT_STATFS64_PADDED_SIZE (sizeof(struct_statfs64) + 4)
#endif
-MPERS_PRINTER_DECL(bool, fetch_struct_statfs64)(struct tcb *tcp, const long addr, const unsigned long size, struct strace_statfs *p)
+MPERS_PRINTER_DECL(bool, fetch_struct_statfs64,
+ struct tcb *tcp, const long addr, const unsigned long size,
+ struct strace_statfs *p)
{
struct_statfs64 b;