Use tabs instead of spaces between #define and macro name; a merge
mistake as they are in rwatson_netperf.
This commit is contained in:
parent
d316f2cf4f
commit
0d017b271f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130364
@ -147,8 +147,8 @@ struct socket {
|
|||||||
* until such time as it proves to be a good idea.
|
* until such time as it proves to be a good idea.
|
||||||
*/
|
*/
|
||||||
extern struct mtx accept_mtx;
|
extern struct mtx accept_mtx;
|
||||||
#define ACCEPT_LOCK() mtx_lock(&accept_mtx)
|
#define ACCEPT_LOCK() mtx_lock(&accept_mtx)
|
||||||
#define ACCEPT_UNLOCK() mtx_unlock(&accept_mtx)
|
#define ACCEPT_UNLOCK() mtx_unlock(&accept_mtx)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Socket state bits.
|
* Socket state bits.
|
||||||
|
Loading…
Reference in New Issue
Block a user