]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/patches/pomng.fix
Wir kehren zurueck zu Kudzu, da hwinfo noch mehr Aerger macht.
[people/teissler/ipfire-2.x.git] / src / patches / pomng.fix
CommitLineData
cd1a2927
MT
1--- linux-2.4.patch.old 2004-08-11 19:57:22.498678130 +0100
2+++ linux-2.4.patch 2004-08-11 19:57:36.474241273 +0100
3@@ -402,7 +402,7 @@
4 + }
5 +
6 + /* if threshold is reached, send message to userspace */
7-+ if (qlen >= loginfo.qthreshold) {
8++ if (ub->qlen >= loginfo.qthreshold) {
9 + if (loginfo.qthreshold > 1)
10 + nlh->nlmsg_type = NLMSG_DONE;
11 + }