artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b618a5
)
cfg_file can be static.
author
nicm
<nicm@openbsd.org>
Wed, 5 Apr 2017 10:45:39 +0000
(10:45 +0000)
committer
nicm
<nicm@openbsd.org>
Wed, 5 Apr 2017 10:45:39 +0000
(10:45 +0000)
usr.bin/tmux/cfg.c
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/cfg.c
b/usr.bin/tmux/cfg.c
index
a86a46e
..
04e9780
100644
(file)
--- a/
usr.bin/tmux/cfg.c
+++ b/
usr.bin/tmux/cfg.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: cfg.c,v 1.5
4 2017/02/03 11:57:27
nicm Exp $ */
+/* $OpenBSD: cfg.c,v 1.5
5 2017/04/05 10:45:39
nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicholas.marriott@gmail.com>
@@
-28,7
+28,7
@@
#include "tmux.h"
-
char
*cfg_file;
+
static char
*cfg_file;
int cfg_finished;
static char **cfg_causes;
static u_int cfg_ncauses;