From c8ab11ee9f4b51066d381c4b99b469c13b6e8bd7 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 08 2020 11:32:36 +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;