projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
102ba3e
)
Add fsutil.c.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 31 Aug 2004 22:05:24 +0000
(22:05 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 31 Aug 2004 22:05:24 +0000
(22:05 +0000)
src/Makefile.inc
patch
|
blob
|
history
diff --git
a/src/Makefile.inc
b/src/Makefile.inc
index c4027b54cdb32864dd60b80262e61b9ffe51c8e2..137beaab2a20a3f87111ed33174ebeca4d9abf8b 100644
(file)
--- a/
src/Makefile.inc
+++ b/
src/Makefile.inc
@@
-45,6
+45,7
@@
FILESYS_SRC = filesys.c # Filesystem core.
FILESYS_SRC += file.c # Files.
FILESYS_SRC += directory.c # Directories.
FILESYS_SRC += filehdr.c # File headers (inodes).
+FILESYS_SRC += fsutil.c # Utilities.
# User process code.
USERPROG_SRC = addrspace.c # Address spaces.