From c3330b32c73d29ea34860c296e6e2f4a54c58e24 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 21 Mar 2025 22:26:00 -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 0109d28..3a0af98 100644 --- a/data/build/stand_alone/config.h +++ b/data/build/stand_alone/config.h @@ -386,6 +386,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