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
parent
86023b8640
commit
d62a9f148d
3
slcand.c
3
slcand.c
|
|
@ -50,9 +50,6 @@
|
||||||
/* The length of ttypath buffer */
|
/* The length of ttypath buffer */
|
||||||
#define TTYPATH_LENGTH 64
|
#define TTYPATH_LENGTH 64
|
||||||
|
|
||||||
#define EXIT_SUCCESS 0
|
|
||||||
#define EXIT_FAILURE 1
|
|
||||||
|
|
||||||
/* UART flow control types */
|
/* UART flow control types */
|
||||||
#define FLOW_NONE 0
|
#define FLOW_NONE 0
|
||||||
#define FLOW_HW 1
|
#define FLOW_HW 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue