diff options
Diffstat (limited to 'sysutils/lcdproc/files/patch-chrono.c')
-rw-r--r-- | sysutils/lcdproc/files/patch-chrono.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/lcdproc/files/patch-chrono.c b/sysutils/lcdproc/files/patch-chrono.c new file mode 100644 index 0000000..b6dbca2 --- /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 */ |