oksh-noxz[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh). |
|
git clone https://noxz.tech/git/oksh-noxz.git | |
oksh-noxz |
commit: f976c2999b576a3f500623cb9ce1869ffede1364 parent: d72108a558119f3bbe62db431f69990c2b01c5ef author: larryhynes <larryhynes@users.noreply.github.com> date: Wed, 6 Jun 2018 09:17:00 +0100
portable.h - stray whitespacef976c2999b576a3f500623cb9ce1869ffede1364 portable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/portable.h b/portable.h @@ -224,7 +224,7 @@ extern const char *const sys_signame[NSIG]; */ #ifndef HAVE_SIG_T -typedef void (*sig_t) (int); +typedef void (*sig_t) (int); #endif /* !HAVE_SIG_T */ /*