logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
commit: bef94a5222441b7c3d36ce12be4cd34a6f067671
parent 35ee959633180125a02d2f40aa9b0689a1e1630d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 11 Jan 2026 05:03:15 +0100

oksh-7.6_pconfig.h: add signal.h to prevent NSIG redefinitions

Diffstat:

Msrc/oksh-7.6_pconfig.h2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/oksh-7.6_pconfig.h b/src/oksh-7.6_pconfig.h @@ -14,3 +14,5 @@ #define HAVE_TIMERCLEAR #define HAVE_TIMERSUB #define DEFAULT_ENV "~/.kshrc" +// so NSIG is defined +#include <signal.h>