You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
305 B
13 lines
305 B
Index: service.c |
|
--- service.c.orig 2005-06-26 13:55:55.000000000 +0200 |
|
+++ service.c 2010-03-06 18:01:21.000000000 +0100 |
|
@@ -620,6 +620,9 @@ |
|
#include <sys/acct.h> |
|
#include <sys/times.h> |
|
|
|
+#ifdef __FreeBSD__ |
|
+#define acct acctv2 |
|
+#endif |
|
struct acct sabuf; |
|
struct tms buffer; |
|
static clock_t before;
|
|
|