Samuel Thibault, le jeu. 15 nov. 2018 02:24:57 +0100, a ecrit: > In login/utmp_file.c you have replaced calling __fcntl_nocancel by > __fcntl64_nocancel, but shouldn't struct flock be replaced by struct > flock64 too? Ah, no, applications *have* to use F_SETLK64 to use struct flock64, is that it? Samuel