diff options
| author | Michael Forney <mforney@mforney.org> | 2021-06-05 15:15:49 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-06-06 03:04:01 -0700 |
| commit | 57dd586471765d2dcc81502dd7bfcc6aeab9a462 (patch) | |
| tree | 889289966af27d4f8d0732955c19338872c84bfa /pkg/util-linux/patch/0009-Use-static-inline-function-for-cmp_numbers.patch | |
| parent | 1b27f8dcb19280253141120e12f69ed2a17539ea (diff) | |
util-linux: Update to 2.37
Diffstat (limited to 'pkg/util-linux/patch/0009-Use-static-inline-function-for-cmp_numbers.patch')
| -rw-r--r-- | pkg/util-linux/patch/0009-Use-static-inline-function-for-cmp_numbers.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/util-linux/patch/0009-Use-static-inline-function-for-cmp_numbers.patch b/pkg/util-linux/patch/0009-Use-static-inline-function-for-cmp_numbers.patch index ac10211b..5e4bed9c 100644 --- a/pkg/util-linux/patch/0009-Use-static-inline-function-for-cmp_numbers.patch +++ b/pkg/util-linux/patch/0009-Use-static-inline-function-for-cmp_numbers.patch @@ -1,4 +1,4 @@ -From 57af96ed8831118d42647b5dafcdf4f296877074 Mon Sep 17 00:00:00 2001 +From f9e192ecdbfd369fe42da4c9b8a3ab90cfa6f10f Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Tue, 25 Jun 2019 00:13:43 -0700 Subject: [PATCH] Use static inline function for cmp_numbers @@ -10,10 +10,10 @@ uintmax_t. 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/include/c.h b/include/c.h -index 7201b18af..549f1fa24 100644 +index fe82a8847..eb48e7f77 100644 --- a/include/c.h +++ b/include/c.h -@@ -138,13 +138,11 @@ umin(uintmax_t x, uintmax_t y) +@@ -153,13 +153,11 @@ umin(uintmax_t x, uintmax_t y) return x < y ? x : y; } @@ -33,5 +33,5 @@ index 7201b18af..549f1fa24 100644 #ifndef offsetof #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) -- -2.25.0 +2.31.1 |
