1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 18:07:20 +00:00

added #define PROC_STAT "/proc/stat"

This commit is contained in:
Helmut Grohne 2009-01-23 12:48:30 +00:00 committed by Steve Schnepp
parent bdf2dd257a
commit 339b8f43a9
5 changed files with 26 additions and 23 deletions

View file

@ -1,6 +1,8 @@
#ifndef COMMON_H
#define COMMON_H
#define PROC_STAT "/proc/stat"
int writeyes(void);
int writeno(const char *);