diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-12 08:02:16 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-12 08:02:16 +0000 |
commit | 22dbd3f12d5c418d8521c7ac73522c7dab1e01ce (patch) | |
tree | f4f953dc94f6a5ff2c3610982a54853689b22564 /sysutils/lcdproc | |
parent | 1e92c1b81b685468da4874892b60b35295d22ce8 (diff) | |
download | ports-22dbd3f12d5c418d8521c7ac73522c7dab1e01ce.tar.gz ports-22dbd3f12d5c418d8521c7ac73522c7dab1e01ce.zip |
Notes
Diffstat (limited to 'sysutils/lcdproc')
-rw-r--r-- | sysutils/lcdproc/files/patch-chrono.c | 11 | ||||
-rw-r--r-- | sysutils/lcdproc/files/patch-cpu.c | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/lcdproc/files/patch-chrono.c b/sysutils/lcdproc/files/patch-chrono.c new file mode 100644 index 000000000000..b6dbca2b46a2 --- /dev/null +++ b/sysutils/lcdproc/files/patch-chrono.c @@ -0,0 +1,11 @@ +--- clients/lcdproc/chrono.c.orig Sat Dec 29 06:52:39 2001 ++++ clients/lcdproc/chrono.c Tue May 6 05:07:49 2003 +@@ -62,6 +62,8 @@ + #include <sys/dkstat.h> + #endif + ++#include <sys/resource.h> ++ + #if FREEBSD + /* definitions for indices in the nlist array */ + /* from /usr/src/src.bin/top/machine.c */ diff --git a/sysutils/lcdproc/files/patch-cpu.c b/sysutils/lcdproc/files/patch-cpu.c new file mode 100644 index 000000000000..674a1d20bc9a --- /dev/null +++ b/sysutils/lcdproc/files/patch-cpu.c @@ -0,0 +1,12 @@ +--- clients/lcdproc/cpu.c.orig Thu Jan 3 13:32:42 2002 ++++ clients/lcdproc/cpu.c Tue May 6 05:08:51 2003 +@@ -60,6 +60,9 @@ + #include <sys/dkstat.h> + #endif + ++#include <sys/time.h> ++#include <sys/resource.h> ++ + #if FREEBSD + /* definitions for indices in the nlist array */ + /* from /usr/src/src.bin/top/machine.c */ |