svn commit: r232074 - head/sys/cam/ctl
Dimitry Andric
dim at FreeBSD.org
Thu Feb 23 21:34:14 UTC 2012
Author: dim
Date: Thu Feb 23 21:34:14 2012
New Revision: 232074
URL: http://svn.freebsd.org/changeset/base/232074
Log:
Use a better way to silence unneeded internal declaration warnings in
several sys/cam/ctl files.
Suggested by: ed
Reviewed by: ken
MFC after: 1 week
Modified:
head/sys/cam/ctl/ctl_private.h
Modified: head/sys/cam/ctl/ctl_private.h
==============================================================================
--- head/sys/cam/ctl/ctl_private.h Thu Feb 23 21:32:32 2012 (r232073)
+++ head/sys/cam/ctl/ctl_private.h Thu Feb 23 21:34:14 2012 (r232074)
@@ -297,7 +297,7 @@ struct ctl_page_index {
#define CTL_PAGE_DEFAULT 0x02
#define CTL_PAGE_SAVED 0x03
-static struct ctl_page_index page_index_template[] = {
+static const struct ctl_page_index page_index_template[] = {
{SMS_FORMAT_DEVICE_PAGE, 0, sizeof(struct scsi_format_page), NULL,
CTL_PAGE_FLAG_DISK_ONLY, NULL, NULL},
{SMS_RIGID_DISK_PAGE, 0, sizeof(struct scsi_rigid_disk_page), NULL,
More information about the svn-src-head
mailing list