blob: b59442e21435664077226a79860e9ce343c7cbe6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- src/main.cpp.old 2008-01-18 07:36:05.000000000 +0100
+++ src/main.cpp 2008-01-18 07:36:35.000000000 +0100
@@ -14,10 +14,6 @@
#ifdef __linux__
#include <linux/version.h>
-// Newer kernel versions put this in utsversion
-#ifndef UTS_RELEASE
-#include <linux/utsversion.h>
-#endif
#endif
#include <sys/utsname.h>
@@ -772,10 +768,6 @@
#ifdef QT_VERSION_STR
printf ("\t\tUsing Qt version: %s\n", QT_VERSION_STR);
#endif
-#ifdef __linux__
- printf ("\t\tUsing headers from linux version: %s\n",
- UTS_RELEASE);
-#endif
#ifdef ITEMDB
printf ("\t\tUsing EQItemDB: %s\n", EQItemDB::Version());
printf ("\tUsing GDBM: %s\n", GDBMConvenience::Version());
|