From 18c2c8cece94c28c9986a7d71ed092959f50385a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 31 Jan 2007 14:19:09 +0000 Subject: r21088: Apply some const (This used to be commit 1f463f7cb59da2c819b45f33d797101943d5e205) --- source3/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index 0fe5a44e3c..5ad05cd2f9 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -442,7 +442,7 @@ struct vfs_fsp_data { struct notify_change { uint32_t action; - char *name; + const char *name; }; struct notify_mid_map; -- cgit