summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch
diff options
context:
space:
mode:
authorlangsjo <roylangsjo@gmail.com>2025-05-10 13:56:53 +0300
committerlangsjo <roylangsjo@gmail.com>2025-05-10 13:56:53 +0300
commit7f1aeb03175593fbfb5356357a5f580fbf7659dd (patch)
tree9bd83e2fd1a1465e52d47a7dab24fa4cd8ebc964 /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch
parent595abd52f6497cccd26b6d02efb9139a71e55afd (diff)
uucp: patch code for GCC 14 compilation
The original code uses `size_t` for two variables that hold the sizes of structs, but the function they get passed to requires pointer to `socklen_t`, which is type `unsigned int *`. As far as I can tell, using `socklen_t` has been the standard for at least a couple decades. Stricter GCC 14 rules made this code not compile
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions