rhboot / efivar

Tools and libraries to work with EFI variables
GNU Lesser General Public License v2.1
240 stars 105 forks source link

Use off_t instead of off64_t #237

Closed kraj closed 1 year ago

kraj commented 1 year ago

Pass _FILE_OFFSET_BITS=64 to ensure 64bit off_t

Signed-off-by: Khem Raj raj.khem@gmail.com

kraj commented 1 year ago

Thanks for your interest in efivar.

Looking at this change and commit, it's not immediately obvious why this change is being proposed. The commit message is missing motivation (the "why") for this change.

yeah, fair point. I have tried to improve the commit message in v2.