Use tabs instead of spaces between #define and macro name; a merge

mistake as they are in rwatson_netperf.
This commit is contained in:
Robert Watson 2004-06-11 22:39:42 +00:00
parent d316f2cf4f
commit 0d017b271f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130364

View File

@ -147,8 +147,8 @@ struct socket {
* until such time as it proves to be a good idea.
*/
extern struct mtx accept_mtx;
#define ACCEPT_LOCK() mtx_lock(&accept_mtx)
#define ACCEPT_UNLOCK() mtx_unlock(&accept_mtx)
#define ACCEPT_LOCK() mtx_lock(&accept_mtx)
#define ACCEPT_UNLOCK() mtx_unlock(&accept_mtx)
/*
* Socket state bits.