FreeBSD Bugzilla – Attachment 196392 Details for
Bug 230780
x11/nvidia-driver: nvidia_subr.c:1131:41: error: too many arguments to function call, expected 7, have 8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch kmem_alloc_contig()
nvidia-driver.patch (text/plain), 707 bytes, created by
O. Hartmann
on 2018-08-20 18:47:42 UTC
(
hide
)
Description:
patch kmem_alloc_contig()
Filename:
MIME Type:
Creator:
O. Hartmann
Created:
2018-08-20 18:47:42 UTC
Size:
707 bytes
patch
obsolete
>Index: nvidia-driver/Makefile >=================================================================== >--- nvidia-driver/Makefile (revision 477665) >+++ nvidia-driver/Makefile (working copy) >@@ -122,6 +122,11 @@ > # Fix bogus memset() call > ${REINPLACE_CMD} -e '/memset/s/sizeof(ci/sizeof(*ci/' \ > ${WRKSRC}/src/${NVSRC}/nvidia_subr.c >+# Fix altered kmem_alloc_contig() call svn commit r338018 >+.if ${OSVERSION} >= 1200079 >+ ${REINPLACE_CMD} -e '/kmem_alloc_contig/s/kmem_arena,//' \ >+ ${WRKSRC}/src/${NVSRC}/nvidia_subr.c >+.endif > # Chase `sys/capability.h' rename to `sys/capsicum.h' in FreeBSD src r263232 > ${REINPLACE_CMD} -e 's:sys/capability\.h:sys/capsicum.h:' \ > ${WRKSRC}/src/${NVSRC}/nv-freebsd.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 230780
: 196392 |
196559