From 320113eae2bda4f16ffc5729911c2c58e142f808 Mon Sep 17 00:00:00 2001 From: Andrey Esin Date: Thu, 27 Aug 2009 00:18:07 +0800 Subject: get_os_compiled_date in os.h is the same function as uname(&utsbuf); utsbuf.version; But i think it is not date of compiling kernel, because lastik@llaptop:~$ uname -v #45-Ubuntu SMP Tue Jun 30 19:49:51 UTC 2009 So i have renamed it in whole project in Kernel Version. Signed-off-by: Leandro A. F. Pereira --- hardinfo2/computer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/computer.h') diff --git a/hardinfo2/computer.h b/hardinfo2/computer.h index e3ae6cf9..b1ff8452 100644 --- a/hardinfo2/computer.h +++ b/hardinfo2/computer.h @@ -140,7 +140,7 @@ struct _OperatingSystem { gchar *hostname; gchar *language; gchar *homedir; - gchar *compiled_date; + gchar *kernel_version; gchar *languages; -- cgit v1.2.3