mirror of
https://github.com/samba-team/samba.git
synced 2025-12-07 20:23:50 +03:00
r25534: Apply some const
Why? It moves these structs from the data into the text segment, so they will never been copy-on-write copied. Not much, but as in German you say "Kleinvieh macht auch Mist...."
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
0f2552e20f
commit
0141e64ad4
@@ -27,7 +27,7 @@
|
||||
|
||||
#define MAX_SERVER_DISK_ENTRIES 15
|
||||
|
||||
extern struct generic_mapping file_generic_mapping;
|
||||
extern const struct generic_mapping file_generic_mapping;
|
||||
extern userdom_struct current_user_info;
|
||||
|
||||
#undef DBGC_CLASS
|
||||
|
||||
Reference in New Issue
Block a user