diff options
author | Zach van Rijn <me@zv.io> | 2024-08-29 09:56:37 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-10-24 15:33:40 +0000 |
commit | cb43550541d42f1e35aab922f17ef62059d1440e (patch) | |
tree | 1b17e38c8e89e570ad530a4ab11546cf06395fa5 /user/screen/missing-header.patch | |
parent | 8c48e95727ada6e0a4cea2b8cd5192a6bc6929d4 (diff) | |
download | packages-cb43550541d42f1e35aab922f17ef62059d1440e.tar.gz packages-cb43550541d42f1e35aab922f17ef62059d1440e.tar.bz2 packages-cb43550541d42f1e35aab922f17ef62059d1440e.tar.xz packages-cb43550541d42f1e35aab922f17ef62059d1440e.zip |
user/screen: bump { 4.8.0 --> 5.0.0 }.
Diffstat (limited to 'user/screen/missing-header.patch')
-rw-r--r-- | user/screen/missing-header.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/screen/missing-header.patch b/user/screen/missing-header.patch new file mode 100644 index 000000000..34e44d4fe --- /dev/null +++ b/user/screen/missing-header.patch @@ -0,0 +1,11 @@ +diff -ur a/utmp.c b/utmp.c +--- a/utmp.c 2024-08-29 09:46:14.655729962 +0000 ++++ b/utmp.c 2024-08-29 09:47:54.248164818 +0000 +@@ -35,6 +35,7 @@ + #include <fcntl.h> + #include <stdint.h> + #include <stdbool.h> ++#include <signal.h> + + #include "screen.h" + |