]> rtime.felk.cvut.cz Git - can-utils.git/commit
slcand: remove #define EXIT_FAILURE, EXIT_SUCCESS
authorJeremiah Mahler <jmmahler@gmail.com>
Fri, 19 Dec 2014 15:22:17 +0000 (07:22 -0800)
committerOliver Hartkopp <socketcan@hartkopp.net>
Tue, 23 Dec 2014 17:02:18 +0000 (18:02 +0100)
commitd62a9f148d9924c32f62597224db7fd6f255d4c2
treed2db8b111242f5cafdf484c188f235cf341ccaaf
parent86023b864075b6d0813de86d5f08d680df6473c2
slcand: remove #define EXIT_FAILURE, EXIT_SUCCESS

slcand has #defines for EXIT_FAILURE and EXIT_SUCCESS but this is
unnecessary since they are already provided by stdlib.h.  Remove them.

Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
slcand.c