]> granicus.if.org Git - mutt/commitdiff
Include platform information with mutt -v output.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 10 Oct 2001 09:59:55 +0000 (09:59 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 10 Oct 2001 09:59:55 +0000 (09:59 +0000)
main.c

diff --git a/main.c b/main.c
index 5c60887fb6b0b373422fd411f4cf1cbb75242bb1..5a8b7d2f8a665c7572d81c3b0aff02a9c22cd444 100644 (file)
--- a/main.c
+++ b/main.c
@@ -131,6 +131,8 @@ static void show_version (void)
   printf ("System: %s %s", uts.sysname, uts.release);
 #endif
 
+  printf (" (%s)", uts.machine);
+
 #ifdef NCURSES_VERSION
   printf (" [using ncurses %s]", NCURSES_VERSION);
 #elif defined(USE_SLANG_CURSES)