summaryrefslogtreecommitdiff
path: root/net/beanstalkd/files/patch-conn.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2011-06-24 11:51:20 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2011-06-24 11:51:20 +0000
commitfc970779c8e457b30ed07d7fd7cdb14f46be4e03 (patch)
treec28196fee5cb9dc67dcae27ad3a1efbe7313a670 /net/beanstalkd/files/patch-conn.h
parentFix the build of avidemux2-plugins after the recent x264 update. (diff)
Fix build with clang
Notes
Notes: svn path=/head/; revision=276188
Diffstat (limited to 'net/beanstalkd/files/patch-conn.h')
-rw-r--r--net/beanstalkd/files/patch-conn.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/beanstalkd/files/patch-conn.h b/net/beanstalkd/files/patch-conn.h
new file mode 100644
index 000000000000..a46c764f4d40
--- /dev/null
+++ b/net/beanstalkd/files/patch-conn.h
@@ -0,0 +1,13 @@
+--- conn.h.orig 2011-06-24 15:38:41.000000000 +0400
++++ conn.h 2011-06-24 15:39:11.000000000 +0400
+@@ -72,9 +72,9 @@
+
+ job out_job;
+ int out_job_sent;
+- struct job reserved_jobs; /* doubly-linked list header */
+ tube use;
+ struct ms watch;
++ struct job reserved_jobs; /* doubly-linked list header */
+ };
+
+ conn make_conn(int fd, char start_state, tube use, tube watch);