Patch out use of deprecated and now removed ustat(2) function on Linux.
authorDavid Cantrell <david.l.cantrell@gmail.com>
Tue, 21 Aug 2018 19:41:48 +0000 (15:41 -0400)
committerJon Trulson <jon@radscan.com>
Sat, 25 Aug 2018 23:10:02 +0000 (17:10 -0600)
commit9cb1f309f2b86542338e37c424837c6031bc2d7b
tree9b02a77e6cb4b11bfaeb6cc0854bafbab0b1f06c
parentfcdeb932d3664c7362103efc6b79f43070c9818a
Patch out use of deprecated and now removed ustat(2) function on Linux.

dtfile makes use of ustat(2) on certain systems.  This call has been
deprecated in glibc for a while and now, as of glibc-2.28, it has been
removed.  The recommended replacement is to use statfs(2).
cde/programs/dtfile/Trash.c
cde/programs/dtfile/dtcopy/sharedFuncs.c