aboutsummaryrefslogtreecommitdiffstats
path: root/src/userinfo.c
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2021-02-13 15:56:57 +0200
committerMartin Pärtel <martin.partel@gmail.com>2021-02-13 15:56:57 +0200
commitbc5313dc583cad9a3949bd798995ab1ee398ecf6 (patch)
tree3eef96d1b7cbb7a4e05a3ea954b1bc75231c1fd8 /src/userinfo.c
parent2cf41a75c11472bd6737b48c61f0a3d30cd6f242 (diff)
downloadbindfs-bc5313dc583cad9a3949bd798995ab1ee398ecf6.tar.gz
Refactored and unit-tested filter_special_opts. Shaved a bunch of yaks on the way.
Diffstat (limited to 'src/userinfo.c')
-rw-r--r--src/userinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/userinfo.c b/src/userinfo.c
index 3adadea..2a72bf3 100644
--- a/src/userinfo.c
+++ b/src/userinfo.c
@@ -20,6 +20,7 @@
#include "userinfo.h"
#include "misc.h"
#include "debug.h"
+
#include <stdlib.h>
#include <string.h>
#include <errno.h>