mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-21 07:19:58 +02:00
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:
committed by
Oliver Hartkopp
parent
86023b8640
commit
d62a9f148d
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user