1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

r21088: Apply some const

(This used to be commit 1f463f7cb59da2c819b45f33d797101943d5e205)
This commit is contained in:
Volker Lendecke 2007-01-31 14:19:09 +00:00 committed by Gerald (Jerry) Carter
parent 547f77778a
commit 18c2c8cece

View File

@ -442,7 +442,7 @@ struct vfs_fsp_data {
struct notify_change {
uint32_t action;
char *name;
const char *name;
};
struct notify_mid_map;