summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-06-11 22:39:42 +0000
committerrwatson <rwatson@FreeBSD.org>2004-06-11 22:39:42 +0000
commitd94a5b2b916d48d866be79a8a0a43cf7a8087a51 (patch)
tree3a3e867d38c716e5874f6a644088db964ee667be /sys
parent5931514a19358dc38c8aeb3bcecfc890e9a17f82 (diff)
downloadFreeBSD-src-d94a5b2b916d48d866be79a8a0a43cf7a8087a51.zip
FreeBSD-src-d94a5b2b916d48d866be79a8a0a43cf7a8087a51.tar.gz
Use tabs instead of spaces between #define and macro name; a merge
mistake as they are in rwatson_netperf.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/socketvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h
index 6a70995..cf4c337 100644
--- a/sys/sys/socketvar.h
+++ b/sys/sys/socketvar.h
@@ -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.
OpenPOWER on IntegriCloud