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:
@@ -31,6 +31,8 @@ G_BEGIN_DECLS
|
||||
|
||||
#ifdef _IN_LIBGTOP
|
||||
|
||||
#define LINUX_VERSION(x,y,z) (0x10000*(x) + 0x100*(y) + z)
|
||||
|
||||
static inline char *
|
||||
skip_token (const char *p)
|
||||
{
|
||||
|
Reference in New Issue
Block a user