projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a63a03f
)
Fix solution.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 19 May 2006 20:42:24 +0000
(20:42 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 19 May 2006 20:42:24 +0000
(20:42 +0000)
solutions/p4.patch
patch
|
blob
|
history
diff --git
a/solutions/p4.patch
b/solutions/p4.patch
index 44c0c2c4d08da579c123ae7d4539676bb29cfb12..4d8d44ac58c3a98686bc307be1cfddfc53badfbe 100644
(file)
--- a/
solutions/p4.patch
+++ b/
solutions/p4.patch
@@
-745,9
+745,9
@@
diff -u src/filesys/directory.h~ src/filesys/directory.h
--- src/filesys/directory.h 2006-05-18 22:26:02.000000000 -0700
+++ src/filesys/directory.h 2006-05-18 22:05:40.000000000 -0700
@@ -12,6 +11,5 @@
- #define NAME_MAX 14
-
struct inode;
+
+ /* Opening and closing directories. */
-bool dir_create (disk_sector_t sector, size_t entry_cnt);
struct dir *dir_open (struct inode *);
struct dir *dir_open_root (void);