FreeBSD Bugzilla – Attachment 14663 Details for
Bug 27492
syslog.h fails to compile with -Wwrite-strings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 311 bytes, created by
avn
on 2001-05-21 10:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
avn
Created:
2001-05-21 10:30:02 UTC
Size:
311 bytes
patch
obsolete
>--- syslog.h.orig Mon May 21 13:04:27 2001 >+++ syslog.h Mon May 21 13:05:19 2001 >@@ -68,8 +68,8 @@ > /* mark "facility" */ > #define INTERNAL_MARK LOG_MAKEPRI((LOG_NFACILITIES<<3), 0) > typedef struct _code { >- char *c_name; >- int c_val; >+ const char *c_name; >+ int c_val; > } CODE; > > CODE prioritynames[] = {
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 27492
: 14663