From 93977bca10287f6ba9dbb482faf01f7f57007deb Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 3 May 2006 00:49:31 +0000 Subject: [PATCH] Added module_dirlen now that utils.o needs it. --- t_stub.c | 1 + 1 file changed, 1 insertion(+) diff --git a/t_stub.c b/t_stub.c index 2b4255a5..9a854628 100644 --- a/t_stub.c +++ b/t_stub.c @@ -26,6 +26,7 @@ int modify_window = 0; int module_id = -1; int relative_paths = 0; int human_readable = 0; +int module_dirlen = 0; mode_t orig_umask = 002; char *partial_dir; struct filter_list_struct server_filter_list; -- 2.34.1