1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00

Ports: Remove getconf from bash examples

We fail to build `getconf.c` from the builtin examples. And therefore
don't install the rest. If we remove it, we successfully build the
rest of the examples.
This commit is contained in:
Fabian Dellwing 2023-04-24 16:13:08 +02:00 committed by Sam Atkins
parent ed06429d33
commit 824d23570a
3 changed files with 31 additions and 2 deletions

View file

@ -10,10 +10,10 @@ serenity is not one of them.
1 file changed, 1 insertion(+)
diff --git a/examples/loadables/accept.c b/examples/loadables/accept.c
index 54cf38c..fd8e7ed 100644
index ff98423dd0b256a79cd6d033abb381705daac868..0099f97f635885f6672f52efda2e90415659340a 100644
--- a/examples/loadables/accept.c
+++ b/examples/loadables/accept.c
@@ -35,6 +35,7 @@
@@ -36,6 +36,7 @@
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>