bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Truncated filenames in struct directs returned from dir_readdir


From: Andrew Eggenberger
Subject: Re: Truncated filenames in struct directs returned from dir_readdir
Date: Mon, 19 Apr 2021 08:35:38 -0500


Did you build both your test program and your translator with
-D_FILE_OFFSET_BITS=64? The RPC fills a dirent64 structure, not dirent
only.

Yes. Do I need to cast it explicitly to a dirent64 or does the declaration suffice?
--
Andrew Eggenberger

reply via email to

[Prev in Thread] Current Thread [Next in Thread]