From 1f463f7cb59da2c819b45f33d797101943d5e205 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 31 Jan 2007 14:19:09 +0000 Subject: [PATCH] r21088: Apply some const --- source/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/include/smb.h b/source/include/smb.h index 0fe5a44e3cb..5ad05cd2f98 100644 --- a/source/include/smb.h +++ b/source/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; -- 2.34.1