projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eebf478
)
Fix call to create().
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 20 Sep 2004 03:58:38 +0000
(
03:58
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 20 Sep 2004 03:58:38 +0000
(
03:58
+0000)
src/tests/userprog/insult.c
patch
|
blob
|
history
diff --git
a/src/tests/userprog/insult.c
b/src/tests/userprog/insult.c
index 2f7933d9653c80a4982aa107b6bd3d86cde0a438..c0064c3f6501401abfbc9af631b903d7d1b9a2dd 100644
(file)
--- a/
src/tests/userprog/insult.c
+++ b/
src/tests/userprog/insult.c
@@
-309,7
+309,7
@@
main (int argc, char *argv[])
usage (-1, "Can't have more than one output file");
if (++i >= argc)
usage (-1, "Missing value for -f");
- create (argv[i]);
+ create (argv[i]
, 0
);
handle = open (argv[i]);
if (handle < 0)
{