From: Volker Lendecke Date: Mon, 10 Jun 2024 14:08:04 +0000 (+0200) Subject: lib: Move 286 bytes from R/W data to R/O text segment X-Git-Tag: tdb-1.4.11~309 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b47fae676b59d99e601e208ad365c152bd1e970;p=thirdparty%2Fsamba.git lib: Move 286 bytes from R/W data to R/O text segment Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/adouble.c b/source3/lib/adouble.c index 1e8dbc4aaf3..264e8f69013 100644 --- a/source3/lib/adouble.c +++ b/source3/lib/adouble.c @@ -210,7 +210,7 @@ static const uint32_t set_eid[] = { AD_DEV, AD_INO, AD_SYN, AD_ID }; -static char empty_resourcefork[] = { +static const char empty_resourcefork[] = { 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1E, 0x54, 0x68, 0x69, 0x73, 0x20, 0x72, 0x65, 0x73,