update signal

This commit is contained in:
ezkrg
2022-04-07 23:27:36 +02:00
parent de35d7104c
commit eadfa2d503
3 changed files with 16 additions and 3 deletions

10
signal-login.c.patch Normal file
View File

@@ -0,0 +1,10 @@
--- login.c
+++ login.c.new
@@ -4,6 +4,7 @@
#include <sys/un.h> // for sockaddr_un
#include <sys/socket.h> // for socket and read
#include <errno.h>
+#include <stdint.h>
/*
* Implements the read callback.