From 029dc3a2e46c13e508ff24ee18fad378c3f1ba55 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 19 May 2013 15:15:59 +0000 Subject: [PATCH] fcst: Declare a variable const git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4856 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/ft_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcst/ft_cmd.c b/fcst/ft_cmd.c index d1a7a707f..83f286f87 100644 --- a/fcst/ft_cmd.c +++ b/fcst/ft_cmd.c @@ -418,7 +418,7 @@ static void ft_send_resp_status(struct fc_frame *rx_fp, u32 status, enum fcp_resp_rsp_codes code) { struct fc_frame *fp; - struct fc_frame_header *fh; + const struct fc_frame_header *fh; size_t len; struct fcp_resp_with_ext *fcp; struct fcp_resp_rsp_info *info;