diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-10-27 20:08:16 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-10-27 20:08:16 +0100 |
commit | 85220c93ea4f0fa5897893f78896c6326039615b (patch) | |
tree | 4f4d147e2b2ba1158831b731e42c64ab2927f0f7 /libdiskfs/dir-lookup.c | |
parent | 9b6afcec2f6cfb2f0e0f01962f8d8fe6bd9f6762 (diff) | |
download | hurd-85220c93ea4f0fa5897893f78896c6326039615b.tar.gz hurd-85220c93ea4f0fa5897893f78896c6326039615b.tar.bz2 hurd-85220c93ea4f0fa5897893f78896c6326039615b.zip |
libdiskfs: Fix build
* libdiskfs/dir-lookup.c (diskfs_S_dir_lookup): Remove duplicate
variable.
Diffstat (limited to 'libdiskfs/dir-lookup.c')
-rw-r--r-- | libdiskfs/dir-lookup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdiskfs/dir-lookup.c b/libdiskfs/dir-lookup.c index b2d480f1..9ebe3b45 100644 --- a/libdiskfs/dir-lookup.c +++ b/libdiskfs/dir-lookup.c @@ -276,7 +276,6 @@ diskfs_S_dir_lookup (struct protid *dircred, { char *end = strchr (retry_name, '\0'); char *translator_path = strdupa (relpath); - char *end; char *complete_path; if (mustbedir) |