1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

fix build on -current

PR:		51872
Submitted by:	Ports Fury
This commit is contained in:
Ying-Chieh Liao 2003-05-12 08:02:16 +00:00
parent 1e92c1b81b
commit 22dbd3f12d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80795
2 changed files with 23 additions and 0 deletions

View File

@ -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 */

View File

@ -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 */