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/files/patch-chrono.c | |
parent | Remove editors/xemacs-prog-packages. (diff) |
fix build on -current
PR: 51872
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=80795
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 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 */ |