]> Savannah Git Hosting - gnulib.git/commit
mountlist: do not classify a bind-mounted dir entry as "dummy"
authorAndrew D Warshall <warshall@99main.com>
Tue, 8 Jul 2014 17:17:03 +0000 (18:17 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 9 Jul 2014 10:27:10 +0000 (11:27 +0100)
commit6da37d4814fb6d1c61169de4092205a056a04a21
tree8900d46e97dd8381267b672a685435ddceb5e134
parent9d5efe7d61e1d96a6d7c97ffa4d21c5e33e9bd30
mountlist: do not classify a bind-mounted dir entry as "dummy"

This was originally implemented with commit 613bcb62,
however that change failed to check for hasmntopt().
Then a subsequent commit 62bb7a8b caused hasmntopt()
to be replaced with a stub on most platforms.

* m4/ls-mntd-fs.m4: Check for hasmntopt() on platforms with
1-argument getmntent() (instead of assuming absence).
ChangeLog
m4/ls-mntd-fs.m4