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>
This commit is contained in:
Jeremiah Mahler
2014-12-23 18:02:18 +01:00
committed by Oliver Hartkopp
parent 86023b8640
commit d62a9f148d
-3
View File
@@ -50,9 +50,6 @@
/* The length of ttypath buffer */
#define TTYPATH_LENGTH 64
#define EXIT_SUCCESS 0
#define EXIT_FAILURE 1
/* UART flow control types */
#define FLOW_NONE 0
#define FLOW_HW 1