From f58b6526c5e465a0cb232b89610cd9d1aff17860 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 06 2021 22:38:56 +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;