From 84194373370b46a346231c1762c038cc683abc45 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 23 Jan 2009 12:48:30 +0000 Subject: added #define PROC_STAT "/proc/stat" --- common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index 67a5beb..8db440a 100644 --- a/common.h +++ b/common.h @@ -1,6 +1,8 @@ #ifndef COMMON_H #define COMMON_H +#define PROC_STAT "/proc/stat" + int writeyes(void); int writeno(const char *); -- cgit v1.2.3