summary refs log tree commit diff
path: root/src/system.c
diff options
context:
space:
mode:
authorDan McGee <dpmcgee@gmail.com>2008-05-03 14:55:33 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-05-03 15:02:38 +0800
commite46fbc52b79410d9b236883060339f830c34818f (patch)
treee88f697e54e79a74fe04fb4b21009114038b7d4f /src/system.c
parent[ERROR] Set default exvwarning2 arg0 for errors during early initialisation (diff)
downloaddash-e46fbc52b79410d9b236883060339f830c34818f.tar.gz
dash-e46fbc52b79410d9b236883060339f830c34818f.zip
[SHELL] Fixed klibc/klcc build problems
klibc does not have mempcpy, so system.h must be included where this is used
to provide the replacement. glob.h doesn't exist, so we need to guard this
include with the HAVE_GLOB definition. Finally, klcc didn't like the syntax
of the main definition in mksignames, and the resulting program segfaulted
when trying to dereference any part of the argv array. Updating the main
function definition solved the problem.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/system.c')
0 files changed, 0 insertions, 0 deletions
ile forever. 2019-11-08Only change AWAY status for registered clientsJune McEnroe Turns out I did eventually fix this, because I may want to implement "passive clients" for logging or notification stuff, which wouldn't affect AWAY status either. 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe This might reduce the frequency of a client getting its own message back because it was behind in the ring when it sent it. 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe