s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 498b68aa5f8f1e91cdaa7e1c14749fb525d6ee84
parent 61f2b1f260de888ef25a86f35c3c3c4d013100a3
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue,  9 Dec 2014 15:13:55 +0000

Cosmetic fix in s6-ftrigrd

Diffstat:
Msrc/libs6/s6-ftrigrd.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libs6/s6-ftrigrd.c b/src/libs6/s6-ftrigrd.c @@ -74,7 +74,7 @@ static void trig (uint16 id, char what, char info) static void answer (char c) { - unixmessage_t m = { &c, 1, 0, 0 } ; + unixmessage_t m = { .s = &c, .len = 1, .fds = 0, .nfds = 0 } ; if (!unixmessage_put(unixmessage_sender_1, &m)) { cleanup() ;