FreeBSD Bugzilla – Attachment 13868 Details for
Bug 26218
port build breaks due to include of osreldate.h in kld
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 808 bytes, created by
markush
on 2001-03-30 15:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
markush
Created:
2001-03-30 15:50:01 UTC
Size:
808 bytes
patch
obsolete
>--- files/patch-bu.orig Wed Aug 9 00:19:19 2000 >+++ files/patch-bu Fri Mar 30 16:37:56 2001 >@@ -13,27 +12,26 @@ > #include <errno.h> > #include <fcntl.h> > #include <unistd.h> >-@@ -69,6 +68,12 @@ >+@@ -69,6 +68,11 @@ > #include <dirent.h> > #endif > >-+#include <osreldate.h> >-+ > +#if defined(KERNEL) || defined(_KERNEL) > +#include <sys/cdefs.h> > +#endif > + >++#include <sys/param.h> > #include <sys/types.h> > #include <sys/errno.h> > #include <sys/time.h> >-@@ -78,15 +82,20 @@ >+@@ -78,15 +82,19 @@ > #include <sys/stat.h> > #include <sys/socket.h> > #include <sys/syslog.h> >+-#include <sys/param.h> > +#if defined(KERNEL) || defined(_KERNEL) || __FreeBSD_version < 410000 > +#include <sys/socketvar.h> > +#endif >- #include <sys/param.h> > #include <sys/uio.h> > #include <sys/file.h> > #include <sys/sockio.h>
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 26218
: 13868