From 9fa4a3cdf01296e2a1fc9f976bd233fbaa97e059 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 20 Sep 2014 14:51:43 +0000 Subject: add Id --- BarDisplay.c | 2 ++ BarDisplay.h | 2 ++ BarDisplayP.h | 2 ++ Graph.c | 2 ++ Graph.h | 2 ++ GraphDisplay.c | 2 ++ GraphDisplay.h | 2 ++ GraphDisplayP.h | 2 ++ GraphP.h | 2 ++ demomonitor.c | 4 +++- 10 files changed, 21 insertions(+), 1 deletion(-) diff --git a/BarDisplay.c b/BarDisplay.c index 7deba69..f94a4c4 100644 --- a/BarDisplay.c +++ b/BarDisplay.c @@ -1,3 +1,5 @@ +/* $Id$ */ + #include #include #include diff --git a/BarDisplay.h b/BarDisplay.h index 2f4e0a4..5be59e9 100644 --- a/BarDisplay.h +++ b/BarDisplay.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BarDisplay_h #define _BarDisplay_h diff --git a/BarDisplayP.h b/BarDisplayP.h index ea8359c..328e691 100644 --- a/BarDisplayP.h +++ b/BarDisplayP.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BarDisplayP_h #define _BarDisplayP_h diff --git a/Graph.c b/Graph.c index 30f3625..c0458b8 100644 --- a/Graph.c +++ b/Graph.c @@ -1,3 +1,5 @@ +/* $Id$ */ + #include #include #include "GraphP.h" diff --git a/Graph.h b/Graph.h index d4da9b2..0033cc2 100644 --- a/Graph.h +++ b/Graph.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _Graph_h #define _Graph_h diff --git a/GraphDisplay.c b/GraphDisplay.c index 950667b..8a0abd6 100644 --- a/GraphDisplay.c +++ b/GraphDisplay.c @@ -1,3 +1,5 @@ +/* $Id$ */ + #include #include #include "GraphDisplayP.h" diff --git a/GraphDisplay.h b/GraphDisplay.h index 2b05541..6eeba61 100644 --- a/GraphDisplay.h +++ b/GraphDisplay.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _GraphDisplay_h #define _GraphDisplay_h diff --git a/GraphDisplayP.h b/GraphDisplayP.h index f4b85ec..5321a82 100644 --- a/GraphDisplayP.h +++ b/GraphDisplayP.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _GraphDisplayP_h #define _GraphDisplayP_h diff --git a/GraphP.h b/GraphP.h index f6af739..7e5b4eb 100644 --- a/GraphP.h +++ b/GraphP.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _GraphP_h #define _GraphP_h diff --git a/demomonitor.c b/demomonitor.c index ae60dc6..e01db87 100644 --- a/demomonitor.c +++ b/demomonitor.c @@ -1,3 +1,5 @@ +/* $Id$ */ + #include #include #include @@ -30,7 +32,7 @@ XtResource resources[] = { Offset(num_fields), XtRImmediate, (XtPointer) 3 }, { "command", "Command", XtRString, sizeof(String), Offset(command), XtRString, - "vmstat 1 2 | awk '{if (NR == 4) print $(NF-2), $(NF-1), $(NF)}'"} + "vmstat 1 2 | awk '{if (NR == 4) print $(NF-2), $(NF-1), $(NF)}'" }, }; #undef Offset -- cgit v1.2.3