mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 10:13:01 +01:00
Restructure
This commit is contained in:
parent
e5cbaa9e04
commit
5a369dc783
77 changed files with 419 additions and 295 deletions
12
sysa/m4-1.4/patches/signal-include.patch
Normal file
12
sysa/m4-1.4/patches/signal-include.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -r -U3 m4-1.4/src/m4.c m4-1.4-patched/src/m4.c
|
||||
--- src/m4.c 1994-11-02 03:14:28.000000000 +0000
|
||||
+++ src/m4.c 2021-01-15 00:19:21.947654461 +0000
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "m4.h"
|
||||
|
||||
#include <getopt.h>
|
||||
-#include <sys/signal.h>
|
||||
+#include <signal.h>
|
||||
|
||||
static void usage _((int));
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue