1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 16:07:45 +00:00

Ports: Update dropbear's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-17 21:05:51 +04:30 committed by Ali Mohammad Pur
parent 5f986a91c6
commit a4c404ea9c
8 changed files with 127 additions and 29 deletions

View file

@ -0,0 +1,25 @@
From 6515921fcacaa71f666963a8ef8a8b3c0ad64eb2 Mon Sep 17 00:00:00 2001
From: Patrick Meyer <git@the-space.agency>
Date: Thu, 28 Apr 2022 01:50:11 +0000
Subject: [PATCH 3/5] Include <sys/select.h>
Co-Authored-By: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
---
includes.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/includes.h b/includes.h
index 1e00002..2208f94 100644
--- a/includes.h
+++ b/includes.h
@@ -37,6 +37,7 @@
#include <sys/un.h>
#include <sys/wait.h>
#include <sys/resource.h>
+#include <sys/select.h>
#include <stdio.h>
#include <errno.h>
--
2.36.1