|
|
@@ -1,29 +0,0 @@
|
|
|
--> http://trac.lighttpd.net/trac/changeset/649?format=diff
|
|
|
-
|
|
|
---- branches/lighttpd-merge-1.4.x/configure.in (revision 648)
|
|
|
-+++ branches/lighttpd-merge-1.4.x/configure.in (revision 649)
|
|
|
-@@ -621,10 +621,10 @@
|
|
|
- fi
|
|
|
-
|
|
|
- ## post processing
|
|
|
--do_build=`echo $do_build | sed 's/ /\n/g' | sort`
|
|
|
--no_build=`echo $no_build | sed 's/ /\n/g' | sort`
|
|
|
--enable_feature=`echo $enable_feature | sed 's/ /\n/g' | sort`
|
|
|
--disable_feature=`echo $disable_feature | sed 's/ /\n/g' | sort`
|
|
|
-+do_build=`for i in $do_build; do echo $i; done | sort`
|
|
|
-+no_build=`for i in $no_build; do echo $i; done | sort`
|
|
|
-+enable_feature=`for i in $enable_feature; do echo $i; done | sort`
|
|
|
-+disable_feature=`for i in $disable_feature; do echo $i; done | sort`
|
|
|
-
|
|
|
- ## output
|
|
|
-
|
|
|
---- branches/lighttpd-merge-1.4.x/src/fdevent_freebsd_kqueue.c (revision 648)
|
|
|
-+++ branches/lighttpd-merge-1.4.x/src/fdevent_freebsd_kqueue.c (revision 649)
|
|
|
-@@ -108,6 +108,7 @@
|
|
|
- fprintf(stderr, "%s.%d: kqueue failed polling: %s\n",
|
|
|
- __FILE__, __LINE__, strerror(errno));
|
|
|
- break;
|
|
|
-+ }
|
|
|
- }
|
|
|
-
|
|
|
- return ret;
|