From 6e9a5e9e49939daa8097a72dc9210b5e964af4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 16 Dec 2021 15:40:50 +0100 Subject: Mark ScreenDefaults const --- dragonflybsd/Platform.c | 2 +- dragonflybsd/Platform.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dragonflybsd') diff --git a/dragonflybsd/Platform.c b/dragonflybsd/Platform.c index 6672a776..53727823 100644 --- a/dragonflybsd/Platform.c +++ b/dragonflybsd/Platform.c @@ -32,7 +32,7 @@ in the source distribution for its full text. #include "dragonflybsd/DragonFlyBSDProcess.h" #include "dragonflybsd/DragonFlyBSDProcessList.h" -ScreenDefaults Platform_defaultScreens[] = { +const ScreenDefaults Platform_defaultScreens[] = { { .name = "Main", .columns = "PID USER PRIORITY NICE M_VIRT M_RESIDENT STATE PERCENT_CPU PERCENT_MEM TIME COMM", diff --git a/dragonflybsd/Platform.h b/dragonflybsd/Platform.h index f40d5a83..ec140ad0 100644 --- a/dragonflybsd/Platform.h +++ b/dragonflybsd/Platform.h @@ -29,7 +29,7 @@ in the source distribution for its full text. #include "generic/uname.h" -extern ScreenDefaults Platform_defaultScreens[]; +extern const ScreenDefaults Platform_defaultScreens[]; extern const unsigned int Platform_numberOfDefaultScreens; -- cgit v1.2.3