diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-04-14 11:50:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-04-14 11:50:16 +0000 |
commit | 59f85b281887a1e4b5dd63c90ecb6b55010755b3 (patch) | |
tree | fe48312912baf33d86491b27242d943b5ad20871 /net/throttled/files/patch-src_throttled.h | |
parent | - Fix E-Cpu and E-Load on UP systems (diff) |
- Fix missing include
PR: 122540
Submitted by: Petko Bordjukov <bordjukov@gmail.com>
Reviewed by: maintainer
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=211241
Diffstat (limited to 'net/throttled/files/patch-src_throttled.h')
-rw-r--r-- | net/throttled/files/patch-src_throttled.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/throttled/files/patch-src_throttled.h b/net/throttled/files/patch-src_throttled.h new file mode 100644 index 000000000000..44bd3e09ea1d --- /dev/null +++ b/net/throttled/files/patch-src_throttled.h @@ -0,0 +1,10 @@ +--- src/throttled.h.orig 2008-04-14 13:38:37.000000000 +0200 ++++ src/throttled.h 2008-04-14 13:38:47.000000000 +0200 +@@ -39,6 +39,7 @@ + #include <sys/resource.h> + #include <err.h> + #include <errno.h> ++#include <signal.h> + #include <sysexits.h> + #include <syslog.h> + #include <stdarg.h> |