FreeBSD Bugzilla – Attachment 30185 Details for
Bug 50948
BUG: @0 does not insert at the beginning of the list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 598 bytes, created by
Rene de Vries
on 2003-04-14 16:10:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Rene de Vries
Created:
2003-04-14 16:10:11 UTC
Size:
598 bytes
patch
obsolete
>Index: sys/contrib/ipfilter/netinet/ip_fil.c >=================================================================== >RCS file: /home/fbsd-cvsrepo/src/sys/contrib/ipfilter/netinet/ip_fil.c,v >retrieving revision 1.38 >diff -u -r1.38 ip_fil.c >--- sys/contrib/ipfilter/netinet/ip_fil.c 19 Feb 2003 05:47:00 -0000 1.38 >+++ sys/contrib/ipfilter/netinet/ip_fil.c 14 Apr 2003 13:39:40 -0000 >@@ -1025,8 +1025,8 @@ > while ((f = *ftail)) > ftail = &f->fr_next; > else { >+ ftail = fprev; > if (fp->fr_hits) { >- ftail = fprev; > while (--fp->fr_hits && (f = *ftail)) > ftail = &f->fr_next; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 50948
: 30185