Skip to content
Snippets Groups Projects
Commit 24067960 authored by Russ Cox's avatar Russ Cox
Browse files

mkfs: avoid clash with system struct stat

parent e92fd614
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
#include <string.h>
#include <fcntl.h>
#include <assert.h>
#define stat xv6_stat // avoid clash with host struct stat
#include "types.h"
#include "fs.h"
#include "stat.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment