1
0
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:
Volker Lendecke
2007-10-05 21:41:17 +00:00
committed by Gerald (Jerry) Carter
parent 0f2552e20f
commit 0141e64ad4
14 changed files with 27 additions and 27 deletions

View File

@@ -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