Moved LINUX_VERSION macro to glibtop_server.h.

* glibtop_server.h:
	* open.c:
	* procuid.c: Moved LINUX_VERSION macro to glibtop_server.h.

	* Changelog: Converted to UTF-8.
This commit is contained in:
Benoît Dejean
2004-05-26 11:51:09 +00:00
parent 0a761f37f2
commit 0cdaaf1f62
4 changed files with 15 additions and 7 deletions

View File

@@ -31,7 +31,6 @@
*/
#include <sys/utsname.h>
#define LINUX_VERSION(x,y,z) (0x10000*(x) + 0x100*(y) + z)
static int linux_version_code = 0;