From 93709c1e927c78fce18bdb81d22e8e17051e6f6d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 27 Aug 2007 09:47:11 +0000 Subject: try harder to reduce number of relocations (most remaining ones are due to arrays of pointers) --- dmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmi.c') diff --git a/dmi.c b/dmi.c index 2605e5f..b0df357 100644 --- a/dmi.c +++ b/dmi.c @@ -22,7 +22,7 @@ struct category { const char **fields; }; -static struct category categories[] = { +static const struct category categories[] = { { "BIOS", psizeof(cat_BIOS), cat_BIOS }, { "System", psizeof(cat_System), cat_System }, { "Base Board", psizeof(cat_Base_Board), cat_Base_Board }, -- cgit v1.2.1