mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
Move everything to a subdirectory
Also don't run cd for the initial git clone (DERP!), and other bash port fixes.
This commit is contained in:
parent
b12a096437
commit
9a284ad3f7
6 changed files with 15 additions and 9 deletions
13
Ports/bash/include-stdio.patch
Normal file
13
Ports/bash/include-stdio.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/include/stdc.h b/include/stdc.h
|
||||
index c66492f0..5991f4bd 100644
|
||||
--- a/include/stdc.h
|
||||
+++ b/include/stdc.h
|
||||
@@ -22,6 +22,8 @@
|
||||
#if !defined (_STDC_H_)
|
||||
#define _STDC_H_
|
||||
|
||||
+#include <stdio.h>
|
||||
+
|
||||
/* Adapted from BSD /usr/include/sys/cdefs.h. */
|
||||
|
||||
/* A function can be defined using prototypes and compile on both ANSI C
|
Loading…
Add table
Add a link
Reference in a new issue