We don't need to copy these to the stack, this saves 200 bytes of .text
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
* attribute names which actually exist for a file. Hmmm...
*/
size_t retsize;
- const char supported_old[] =
+ static const char supported_old[] =
"system.*\0"
"system.*+\0"
"system.nt_sec_desc.revision\0"
"system.dos_attr.a_time\0"
"system.dos_attr.m_time\0"
;
- const char supported_new[] =
+ static const char supported_new[] =
"system.*\0"
"system.*+\0"
"system.nt_sec_desc.revision\0"