projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7291882
)
Use lib.h instead of <string.h>.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 31 Aug 2004 01:02:24 +0000
(
01:02
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 31 Aug 2004 01:02:24 +0000
(
01:02
+0000)
src/threads/palloc.c
patch
|
blob
|
history
diff --git
a/src/threads/palloc.c
b/src/threads/palloc.c
index 011816a3de49e57e6c41badd6ca4595c6b67a4b7..3cf8241b1a6152a9497eca3aedcf18e2d0f1dcc2 100644
(file)
--- a/
src/threads/palloc.c
+++ b/
src/threads/palloc.c
@@
-1,8
+1,8
@@
#include "palloc.h"
#include <stddef.h>
#include <stdint.h>
-#include <string.h>
#include "debug.h"
+#include "lib.h"
#include "mmu.h"
/* A free page owned by the page allocator. */