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>
pull/1/head
Jeremiah Mahler 2014-12-19 07:22:17 -08:00 committed by Oliver Hartkopp
parent 86023b8640
commit d62a9f148d
1 changed files with 0 additions and 3 deletions

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