aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-24 18:26:47 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-24 18:26:47 +0100
commitdefb5c49977bcbf92f22a5eecd35b0a27ed8745d (patch)
treed92763d38ddb3ae579a75f8f349debe371666ec8 /libdiskfs
parent628eb5a1fb4bbb2ddcd386500fe9d7241cf7f474 (diff)
parent2e22275ea95f4a528f8badf24b833fb1f060f7f6 (diff)
downloadhurd-defb5c49977bcbf92f22a5eecd35b0a27ed8745d.tar.gz
hurd-defb5c49977bcbf92f22a5eecd35b0a27ed8745d.tar.bz2
hurd-defb5c49977bcbf92f22a5eecd35b0a27ed8745d.zip
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/io-pathconf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libdiskfs/io-pathconf.c b/libdiskfs/io-pathconf.c
index bb192fe3..38e277c3 100644
--- a/libdiskfs/io-pathconf.c
+++ b/libdiskfs/io-pathconf.c
@@ -72,10 +72,6 @@ diskfs_S_io_pathconf (struct protid *cred,
*value = 32;
break;
- case _PC_2_SYMLINKS:
- *value = diskfs_shortcut_symlink ? 1 : 0;
- break;
-
default:
return EINVAL;
}