forked from security/hakurei
internal/rosa: fix patches
Turns out alacritty clobbers output. It turns tabs into spaces and also removes whitespace-only lines for some reason. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -21,7 +21,7 @@ index b731af0ad9..b5cbed4801 100644
|
||||
@@ -401,7 +401,7 @@ static void test_dgram_inet(void)
|
||||
qtest_quit(qts0);
|
||||
}
|
||||
|
||||
|
||||
-#if !defined(_WIN32) && !defined(CONFIG_DARWIN)
|
||||
+#if 0
|
||||
static void test_dgram_mcast(void)
|
||||
|
||||
Reference in New Issue
Block a user