diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2011-06-24 11:51:20 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2011-06-24 11:51:20 +0000 |
commit | fc970779c8e457b30ed07d7fd7cdb14f46be4e03 (patch) | |
tree | c28196fee5cb9dc67dcae27ad3a1efbe7313a670 /net/beanstalkd/files/patch-conn.h | |
parent | Fix 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.h | 13 |
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); |