summaryrefslogtreecommitdiff
path: root/user/cow.c
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2019-07-05 12:33:26 -0400
committerRobert Morris <[email protected]>2019-07-05 12:33:26 -0400
commit75b0c6fc91c1264aaa5d080d9faeb87c90d02ad3 (patch)
tree5d9af9b9de3dc3b92ec51f28e164a9504b9717d5 /user/cow.c
parentf59c1bf1d82da4b445c1cff10c228ea55fa035d4 (diff)
downloadxv6-labs-75b0c6fc91c1264aaa5d080d9faeb87c90d02ad3.tar.gz
xv6-labs-75b0c6fc91c1264aaa5d080d9faeb87c90d02ad3.tar.bz2
xv6-labs-75b0c6fc91c1264aaa5d080d9faeb87c90d02ad3.zip
back-port fork/exit/exit tests to xv6-riscv
Diffstat (limited to 'user/cow.c')
-rw-r--r--user/cow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/cow.c b/user/cow.c
index 45efc98..0426600 100644
--- a/user/cow.c
+++ b/user/cow.c
@@ -129,7 +129,7 @@ filetest()
{
int parent = getpid();
- printf(1, "file test: ");
+ printf(1, "file: ");
buf[0] = 99;