summaryrefslogtreecommitdiff
path: root/com32/include/sys/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/include/sys/stat.h')
-rw-r--r--com32/include/sys/stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/include/sys/stat.h b/com32/include/sys/stat.h
index ffc41059..41cdf57b 100644
--- a/com32/include/sys/stat.h
+++ b/com32/include/sys/stat.h
@@ -42,8 +42,8 @@
/* These are the only fields in struct stat we emulate */
struct stat {
- mode_t st_mode;
- off_t st_size;
+ mode_t st_mode;
+ off_t st_size;
};
/* Only fstat() supported */