From e990dcc6d29c9883b6f0073ba534223ac94e1047 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 21 Mar 2025 22:25:55 -0500 Subject: [PATCH] Update: Stand alone with 'unknown' type. --- data/build/stand_alone/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/data/build/stand_alone/config.h b/data/build/stand_alone/config.h index edbe298..db0d08a 100644 --- a/data/build/stand_alone/config.h +++ b/data/build/stand_alone/config.h @@ -533,6 +533,7 @@ #define _di_f_file_type_name_link_s_ #define _di_f_file_type_name_regular_s_ #define _di_f_file_type_name_socket_s_ +#define _di_f_file_type_name_unknown_s_ #define _di_f_file_type_s_ //#define _di_f_file_umask_get_ #define _di_f_file_umask_set_ -- 1.8.3.1