From 6982a92e79bc159819165f82f125ce93364954b8 Mon Sep 17 00:00:00 2001 From: Packit Bot Date: May 04 2021 22:37:18 +0000 Subject: Apply patch glibc-rh1749439-9.patch patch_name: glibc-rh1749439-9.patch present_in_specfile: true location_in_specfile: 230 --- diff --git a/login/utmp_file.c b/login/utmp_file.c index cbc53d0..9ad8036 100644 --- a/login/utmp_file.c +++ b/login/utmp_file.c @@ -79,7 +79,7 @@ try_file_lock (int fd, int type) struct flock64 fl = { .l_type = type, - fl.l_whence = SEEK_SET, + .l_whence = SEEK_SET, }; bool status = __fcntl64_nocancel (fd, F_SETLKW, &fl) < 0;