Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-28668-2608132
YuanShen OS-3100
Commits
0ef35fb4
Commit
0ef35fb4
authored
6 months ago
by
bourbaki0404
Browse files
Options
Download
Patches
Plain Diff
fix
parent
028ce095
feature/CFS_Scheduler
feature-buddy-system
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mkfs/mkfs.c
+4
-4
mkfs/mkfs.c
with
4 additions
and
4 deletions
+4
-4
mkfs/mkfs.c
+
4
−
4
View file @
0ef35fb4
...
...
@@ -6,10 +6,10 @@
#include
<assert.h>
#define stat xv6_stat // avoid clash with host struct stat
#include
"kernel/types.h"
#include
"kernel/fs.h"
#include
"kernel/stat.h"
#include
"kernel/param.h"
#include
"kernel/
include/
types.h"
#include
"kernel/
include/
fs.h"
#include
"kernel/
include/
stat.h"
#include
"kernel/
include/
param.h"
#ifndef static_assert
#define static_assert(a, b) do { switch (0) case 0: case (a): ; } while (0)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets