Skip to content

Commit

Permalink
servers: comply with header files
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Sep 25, 2024
1 parent 6a88e4d commit 089f0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/kernel/servers.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ typedef struct {
SyscallHeader header;
char path[MAX_FILE_PATH];
size_t position;
dirent entry;
struct dirent entry;
} ReaddirCommand;

void serverInit();
Expand Down

0 comments on commit 089f0fe

Please sign in to comment.