diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-28 23:12:38 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-28 23:12:38 +0000 |
commit | a5acabd9230eb70e802ece13542ec647c52b7ee2 (patch) | |
tree | 1b9cac80e3edf158c0a820cf027656f4c0f6ca06 /cmd-server-info.c | |
parent | e65aa04ad780b76c3356d281677bb7a71c89cda3 (diff) | |
download | rtmux-a5acabd9230eb70e802ece13542ec647c52b7ee2.tar.gz rtmux-a5acabd9230eb70e802ece13542ec647c52b7ee2.tar.bz2 rtmux-a5acabd9230eb70e802ece13542ec647c52b7ee2.zip |
Sync OpenBSD patchset 467:
tabs are better; ok nicm
Diffstat (limited to 'cmd-server-info.c')
-rw-r--r-- | cmd-server-info.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd-server-info.c b/cmd-server-info.c index 19d0e59a..fff0b831 100644 --- a/cmd-server-info.c +++ b/cmd-server-info.c @@ -1,4 +1,4 @@ -/* $Id: cmd-server-info.c,v 1.30 2009-10-15 01:51:09 tcunha Exp $ */ +/* $Id: cmd-server-info.c,v 1.31 2009-10-28 23:12:38 tcunha Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -70,8 +70,8 @@ cmd_server_info_exec(unused struct cmd *self, struct cmd_ctx *ctx) "tmux " BUILD ", pid %ld, started %s", (long) getpid(), tim); ctx->print(ctx, "socket path %s, debug level %d%s", socket_path, debug_level, be_quiet ? ", quiet" : ""); - if (uname(&un) == 0) { - ctx->print(ctx, "system is %s %s %s %s", + if (uname(&un) == 0) { + ctx->print(ctx, "system is %s %s %s %s", un.sysname, un.release, un.version, un.machine); } if (cfg_file != NULL) |