FreeBSD Bugzilla – Attachment 230796 Details for
Bug 261013
Sample driver code does not compile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Changed include ordering
_index.adoc.diff (text/plain), 401 bytes, created by
david.elliott3040
on 2022-01-07 21:32:46 UTC
(
hide
)
Description:
Changed include ordering
Filename:
MIME Type:
Creator:
david.elliott3040
Created:
2022-01-07 21:32:46 UTC
Size:
401 bytes
patch
obsolete
>--- _index.adoc.old 2022-01-07 21:29:51.582988354 +0000 >+++ _index.adoc 2022-01-07 21:30:55.710076012 +0000 >@@ -77,10 +77,10 @@ > */ > > #include <sys/types.h> >-#include <sys/module.h> > #include <sys/systm.h> /* uprintf */ > #include <sys/errno.h> > #include <sys/param.h> /* defines used in kernel.h */ >+#include <sys/module.h> > #include <sys/kernel.h> /* types used in module initialization */ > > /*
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 261013
: 230796