Skip to content

Commit

Permalink
statvfs: fixed typo in struct statvfs
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Jan 22, 2025
1 parent 6f07881 commit 3e64496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/sys/statvfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct statvfs {
fsfilcnt_t f_files;
fsfilcnt_t f_ffree;
fsfilcnt_t f_favail;
unsigned long f_sid;
unsigned long f_fsid;
unsigned long f_flag;
unsigned long f_namemax;
};
Expand Down

0 comments on commit 3e64496

Please sign in to comment.