Re: Trouble executing example translator from Hurd Hacking Guide

Samuel Thibault <[email protected]> Sat, 27 Jul 2019 11:32:44 +0200
Newsgroups gmane.os.hurd.bugs,gmane.os.hurd.general
Organization I am not organized
Message-ID <20190727093244.443dqtvyku6yyo2y@function>
Samuel Thibault, le sam. 27 juil. 2019 11:09:56 +0200, a ecrit:
> The issue here is actually that the source code is missing
> 
> #define _FILE_OFFSET_BITS 64
> 
> at the very top of the file.

Or you can make the hooks use loff_t instead of off_t.

Samuel