aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/src/infofd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/src/infofd.c')
-rw-r--r--sys/linux/src/infofd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/src/infofd.c b/sys/linux/src/infofd.c
index 770009a..2c22c72 100644
--- a/sys/linux/src/infofd.c
+++ b/sys/linux/src/infofd.c
@@ -5,5 +5,5 @@ sys·infofd(int fd, sys·Info *file)
{
if(fd < 0)
return sys·ErrorBadFd;
- return sys·infoat(fd, "", sys·AtEmptyPath, sys·InfoAll, file);
+ return sys·infoat(fd, "", sys·AtEmptyPath, sys·InfoWantAll, file);
}