aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc.c
diff options
context:
space:
mode:
authorMartin Wilke <miwi@ixsystems.com>2019-07-24 01:26:44 +0800
committerWilliam Hubbs <william.hubbs@sony.com>2019-07-24 12:32:23 -0500
commit7ddc281ab6fd11b63f41059818b0de4748e2821f (patch)
treeef5a50f228a112c7e218e514ee23daa7c7a71672 /src/rc/rc.c
parentc092ff6da174c12b913027ffa33d32622d39b9a0 (diff)
Fix build with Clang
This fixes #313.
Diffstat (limited to 'src/rc/rc.c')
-rw-r--r--src/rc/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c
index c6e453b3..ef46925d 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -20,7 +20,7 @@
* except according to the terms contained in the LICENSE file.
*/
-const char rc_copyright[] = "Copyright (c) 2007-2008 Roy Marples";
+static const char rc_copyright[] = "Copyright (c) 2007-2008 Roy Marples";
#include <sys/types.h>
#include <sys/ioctl.h>