summaryrefslogtreecommitdiff
path: root/libtrivfs/io-pathconf.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-15 20:18:07 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-15 20:18:07 +0000
commit6436e3dfe7702d3f4f92379e1815c161ea930418 (patch)
treec9e5ade251f0780a9d37ed0d2f59b09264c60a80 /libtrivfs/io-pathconf.c
parent779155233dc52c9df16feca71868f08b4b108def (diff)
*** empty log message ***
Diffstat (limited to 'libtrivfs/io-pathconf.c')
-rw-r--r--libtrivfs/io-pathconf.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/libtrivfs/io-pathconf.c b/libtrivfs/io-pathconf.c
index 658e249c..c24e1801 100644
--- a/libtrivfs/io-pathconf.c
+++ b/libtrivfs/io-pathconf.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1994 Free Software Foundation
+ Copyright (C) 1994, 1996 Free Software Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -24,10 +24,7 @@ trivfs_S_io_pathconf (struct trivfs_protid *cred,
int name, int *val)
{
if (cred)
- {
- *val = 0;
- return 0;
- }
+ return io_pathconf (cred->realnode, name, val);
else
return EOPNOTSUPP;
}