summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2019-03-04 21:23:48 +0000
committerdlg <dlg@openbsd.org>2019-03-04 21:23:48 +0000
commit8c14b0966885609660a8c40f87c99e15513e5e9b (patch)
tree9903444e2aa6c8549bcdf22c8c75564b9464ee6e
parentadd kqueue pty close slave test (diff)
downloadwireguard-openbsd-8c14b0966885609660a8c40f87c99e15513e5e9b.tar.xz
wireguard-openbsd-8c14b0966885609660a8c40f87c99e15513e5e9b.zip
make title a const char *.
-rw-r--r--usr.bin/systat/engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/engine.h b/usr.bin/systat/engine.h
index fcf82a2321c..f4e8ede8a14 100644
--- a/usr.bin/systat/engine.h
+++ b/usr.bin/systat/engine.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: engine.h,v 1.10 2019/01/17 05:56:29 tedu Exp $ */
+/* $OpenBSD: engine.h,v 1.11 2019/03/04 21:23:48 dlg Exp $ */
/*
* Copyright (c) 2001, 2007 Can Erkin Acar <canacar@openbsd.org>
*
@@ -53,7 +53,7 @@
typedef struct {
- char *title;
+ const char *title;
int norm_width;
int max_width;
int increment;