fixed error while compiling

This commit is contained in:
Your Name 2024-02-04 13:00:53 +03:00
parent f7ad6c896a
commit 25599584fb
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
#include <errno.h>
#include "human.h"
size_t infull, inpart;
size_t outfull, outpart;
off_t infull, inpart;
off_t outfull, outpart;
off_t tbytes;
void summary(void) {