diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-04-04 07:54:41 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-04-04 07:54:41 +0000 |
| commit | 972aab1cdd5516bd87ab4560237d02a0e35213cd (patch) | |
| tree | 8bd818f6f0e5e0d9b0ca6423fa68893f25d768e2 /devel/p5-BSD-devstat/files/patch-devstat.xs | |
| parent | - Update to 2.0.9 (diff) | |
- Unbreak on 7.x.
Notes
Notes:
svn path=/head/; revision=252188
Diffstat (limited to 'devel/p5-BSD-devstat/files/patch-devstat.xs')
| -rw-r--r-- | devel/p5-BSD-devstat/files/patch-devstat.xs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/p5-BSD-devstat/files/patch-devstat.xs b/devel/p5-BSD-devstat/files/patch-devstat.xs new file mode 100644 index 000000000000..eca54120d93c --- /dev/null +++ b/devel/p5-BSD-devstat/files/patch-devstat.xs @@ -0,0 +1,10 @@ +--- devstat.xs.orig 2010-04-04 16:46:31.614613328 +0900 ++++ devstat.xs 2010-04-04 16:47:03.027043722 +0900 +@@ -8,6 +8,7 @@ + #ifdef __cplusplus + } + #endif ++#include <sys/resource.h> + #include <devstat.h> + + struct bsd_devstat { |
