Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 656984
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/tools/locktest/testlk.c   2018-05-22 12:33:01.000000000 -0600
0
++ a/tools/locktest/testlk.c   2018-06-01 02:24:13.448954160 -0600
Lines 81-88 Link Here
81
               if (fl.l_type == F_UNLCK) {
81
               if (fl.l_type == F_UNLCK) {
82
                       printf("%s: no conflicting lock\n", fname);
82
                       printf("%s: no conflicting lock\n", fname);
83
               } else {
83
               } else {
84
                       printf("%s: conflicting lock by %d on (%ld;%ld)\n",
84
                       printf("%s: conflicting lock by %d on (%lld;%lld)\n",
85
                               fname, fl.l_pid, fl.l_start, fl.l_len);
85
                               fname, fl.l_pid, (long long) fl.l_start, (long long) fl.l_len);
86
               }
86
               }
87
               return 0;
87
               return 0;
88
       }
88
       }

Return to bug 656984