![]() |
|
Message-ID: <20120707024146.GB24409@openwall.com> Date: Sat, 7 Jul 2012 06:41:46 +0400 From: Solar Designer <solar@...nwall.com> To: owl-dev@...ts.openwall.com Subject: Re: status of 2.6.32-based kernel Vasily, When you make these changes to the old util-linux: -extern ext2_loff_t ext2_llseek(unsigned int fd, ext2_loff_t offset, - unsigned int origin); +#define ext2_llseek lseek I guess you rely on -D_FILE_OFFSET_BITS=64, or otherwise they would be unsafe on 32-bit systems, right? I've just checked that our build log of util-linux for i686 shows that -D_FILE_OFFSET_BITS=64 is in fact being used - although I did not check whether it's used on 100% of the source files or not. Did you? Where does it come from? Standard Makefile of util-linux (without our patches)? Thanks, Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.