projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update.
[kopensolaris-gnu/glibc.git]
/
io
/
ftwtest.c
diff --git
a/io/ftwtest.c
b/io/ftwtest.c
index
6daa7e9
..
6079265
100644
(file)
--- a/
io/ftwtest.c
+++ b/
io/ftwtest.c
@@
-42,7
+42,7
@@
cb (const char *name, const struct stat *st, int flag, struct FTW *f)
printf (", cwd = %s", cwd);
free (cwd);
}
- p
uts (""
);
+ p
rintf (", level = %d\n", f->level
);
return 0;
}