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

Ports: Replace the joe config.sub patch with our download

This commit is contained in:
Tim Schumacher 2022-05-25 22:25:14 +02:00 committed by Linus Groh
parent 7ceccb7b82
commit 1371d1d952
6 changed files with 5 additions and 34 deletions

View file

@ -1,7 +1,7 @@
From becc61b31858199a1cff4278bb2239d05ff9d38f Mon Sep 17 00:00:00 2001
From: Snow <i@xkun.me>
Date: Sun, 15 May 2022 11:41:03 +0800
Subject: [PATCH 1/4] Define __USE_MISC in checkwidths.c
Subject: [PATCH 1/3] Define __USE_MISC in checkwidths.c
Define `__USE_MISC` manually in `checkwidths.c` for `ECHOCTL` and `ECHOKE`,
see `Kernel/API/POSIX/termios.h`.