diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-07-30 21:56:44 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-07-30 21:56:44 +0000 |
commit | 580f0b681254106fbd882363fa2ff0fb293706fe (patch) | |
tree | ba618aecc1b883697ff380a2f0558376096b2730 /www/monkey/files/patch-src-user.c | |
parent | Just remove the user if BATCH is set in env, don't ask for users feedback. (diff) |
- Fix build on 4.x
PR: ports/83660
Submitted by: Andrej Zverev <az@inec.ru>
Notes
Notes:
svn path=/head/; revision=140501
Diffstat (limited to 'www/monkey/files/patch-src-user.c')
-rw-r--r-- | www/monkey/files/patch-src-user.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/monkey/files/patch-src-user.c b/www/monkey/files/patch-src-user.c new file mode 100644 index 000000000000..ee4e5a28cece --- /dev/null +++ b/www/monkey/files/patch-src-user.c @@ -0,0 +1,10 @@ +--- src/user.c.orig Wed Apr 13 19:50:37 2005 ++++ src/user.c Mon Jul 18 14:55:59 2005 +@@ -23,6 +23,7 @@ + #include <pwd.h> + #include <sys/types.h> + #include <unistd.h> ++#include <sys/time.h> + #include <sys/resource.h> + + #include "monkey.h" |