From 7674b13eed27d4878992d39ce67c8f78e3a48b98 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 26 Jun 2005 22:32:47 +0000 Subject: [PATCH] add const --- sys/dev/vinum/vinumkw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/vinum/vinumkw.h b/sys/dev/vinum/vinumkw.h index 76a742770a0c..a23128b4ca23 100644 --- a/sys/dev/vinum/vinumkw.h +++ b/sys/dev/vinum/vinumkw.h @@ -29,7 +29,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: vinumkw.h,v 1.1.1.1 2003/10/10 03:08:41 grog Exp $ + * $Id: vinumkw.h,v 1.2 2005/06/26 22:32:47 christos Exp $ * $FreeBSD$ */ @@ -127,7 +127,7 @@ enum keyword { }; struct _keywords { - char *name; + const char *name; enum keyword keyword; };