Like options, move the environ struct into environ.c.
authornicm <nicm@openbsd.org>
Wed, 28 Oct 2015 09:51:55 +0000 (09:51 +0000)
committernicm <nicm@openbsd.org>
Wed, 28 Oct 2015 09:51:55 +0000 (09:51 +0000)
commitfb46cb3d45f8409388c0708ceae7c35b9816d7d2
tree82a82e31962a2960a835e9e60a7a64ffff21728f
parent3950137eea19f846b1370d72b6450d99a644ac8f
Like options, move the environ struct into environ.c.
19 files changed:
usr.bin/tmux/client.c
usr.bin/tmux/cmd-attach-session.c
usr.bin/tmux/cmd-find.c
usr.bin/tmux/cmd-new-session.c
usr.bin/tmux/cmd-new-window.c
usr.bin/tmux/cmd-respawn-pane.c
usr.bin/tmux/cmd-respawn-window.c
usr.bin/tmux/cmd-set-environment.c
usr.bin/tmux/cmd-show-environment.c
usr.bin/tmux/cmd-split-window.c
usr.bin/tmux/cmd-string.c
usr.bin/tmux/cmd-switch-client.c
usr.bin/tmux/environ.c
usr.bin/tmux/format.c
usr.bin/tmux/job.c
usr.bin/tmux/server-client.c
usr.bin/tmux/session.c
usr.bin/tmux/tmux.c
usr.bin/tmux/tmux.h