FreeBSD Bugzilla – Attachment 9248 Details for
Bug 19015
RELENG_2/syslogd: bad MFC breaks buildworld
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 666 bytes, created by
mdiers
on 2000-06-05 13:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mdiers
Created:
2000-06-05 13:30:01 UTC
Size:
666 bytes
patch
obsolete
>Index: syslogd.c >=================================================================== >RCS file: /home/ncvs/src/usr.sbin/syslogd/syslogd.c,v >retrieving revision 1.12.2.19 >diff -u -r1.12.2.19 syslogd.c >--- syslogd.c 2000/06/02 01:38:13 1.12.2.19 >+++ syslogd.c 2000/06/05 11:02:35 >@@ -819,13 +819,13 @@ > if (LogFacPri > 1) { > CODE *c; > >- for (c = facilitynames; c->name; c++) { >+ for (c = facilitynames; c->c_name; c++) { > if (c->c_val == fac) { > f_s = c->c_name; > break; > } > } >- for (c = prioritynames; c->name; c++) { >+ for (c = prioritynames; c->c_name; c++) { > if (c->c_val == pri) { > p_s = c->c_name;
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 19015
: 9248