FreeBSD Bugzilla – Attachment 103075 Details for
Bug 142938
[kld] share/examples: fix warnings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.04 KB, created by
Andrey Zonov
on 2010-01-18 15:50:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrey Zonov
Created:
2010-01-18 15:50:06 UTC
Size:
1.04 KB
patch
obsolete
>Index: cdev/test/testcdev.c >=================================================================== >--- cdev/test/testcdev.c (revision 202577) >+++ cdev/test/testcdev.c (working copy) >@@ -75,6 +75,7 @@ > #include <fcntl.h> > #include <paths.h> > #include <string.h> >+#include <stdlib.h> > #include <sys/types.h> > #include <sys/ioccom.h> > >Index: syscall/test/call.c >=================================================================== >--- syscall/test/call.c (revision 202577) >+++ syscall/test/call.c (working copy) >@@ -27,6 +27,7 @@ > */ > > #include <stdio.h> >+#include <stdlib.h> > #include <sys/syscall.h> > #include <sys/types.h> > #include <sys/module.h> >Index: firmware/fwconsumer/fw_consumer.c >=================================================================== >--- firmware/fwconsumer/fw_consumer.c (revision 202577) >+++ firmware/fwconsumer/fw_consumer.c (working copy) >@@ -36,7 +36,7 @@ > #include <sys/proc.h> > #include <sys/module.h> > >-static struct firmware *fp; >+static const struct firmware *fp; > > static int > fw_consumer_modevent(module_t mod, int type, void *unused)
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 142938
: 103075