diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-07 16:19:38 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-07 16:19:38 +0000 |
| commit | f97cc3fd85a231c84b29a729436849f4f5eaff4f (patch) | |
| tree | e9605c1f7b547a3a98222699926d9132442961b6 | |
| parent | 294feaf699941bf337a72c91d38dba7175c51679 (diff) | |
| download | s6-f97cc3fd85a231c84b29a729436849f4f5eaff4f.tar.gz | |
Update max length of a file in the servicedir
| -rw-r--r-- | src/include/s6/servicedir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/s6/servicedir.h b/src/include/s6/servicedir.h index c0b69c3..d41789d 100644 --- a/src/include/s6/servicedir.h +++ b/src/include/s6/servicedir.h @@ -7,7 +7,7 @@ #include <skalibs/stralloc.h> -#define S6_SERVICEDIR_FILE_MAXLEN 16 +#define S6_SERVICEDIR_FILE_MAXLEN 20 #define S6_FILETYPE_NORMAL 0 #define S6_FILETYPE_EMPTY 1 |
