FreeBSD Bugzilla – Attachment 57404 Details for
Bug 86635
[patch] pfctl(8): allow new page character (^L) in pf.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 301 bytes, created by
MOROHOSHI Akihiko
on 2005-09-27 15:30:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
MOROHOSHI Akihiko
Created:
2005-09-27 15:30:17 UTC
Size:
301 bytes
patch
obsolete
>--- /usr/src/contrib/pf/pfctl/parse.y.orig Wed May 4 01:55:20 2005 >+++ /usr/src/contrib/pf/pfctl/parse.y Tue Sep 27 22:58:58 2005 >@@ -4799,7 +4799,7 @@ > > top: > p = buf; >- while ((c = lgetc(fin)) == ' ') >+ while ((c = lgetc(fin)) == ' ' || c == '\014') > ; /* nothing */ > > yylval.lineno = lineno;
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 86635
: 57404