sys: clean up empty lines in .c and .h files
This commit is contained in:
parent
27fc846731
commit
d066d123f1
|
@ -146,7 +146,6 @@
|
|||
#define CNO_RTSDTR 0x00200000 /* Do not assert RTS or DTR automatically */
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* "Local" flags - dumping ground for other state
|
||||
*
|
||||
|
|
|
@ -73,7 +73,7 @@ typedef __sa_family_t sa_family_t;
|
|||
typedef __socklen_t socklen_t;
|
||||
#define _SOCKLEN_T_DECLARED
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef _SSIZE_T_DECLARED
|
||||
typedef __ssize_t ssize_t;
|
||||
#define _SSIZE_T_DECLARED
|
||||
|
@ -600,7 +600,6 @@ struct omsghdr {
|
|||
#define PRU_FLUSH_RDWR SHUT_RDWR
|
||||
#endif
|
||||
|
||||
|
||||
#if __BSD_VISIBLE
|
||||
/*
|
||||
* sendfile(2) header/trailer struct
|
||||
|
|
Loading…
Reference in New Issue