FreeBSD Bugzilla – Attachment 168353 Details for
Bug 208110
[PATCH] fix sysutils/pefs-kmod compiling after D5611 (r296716)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix sysutils/pefs-kmod compiling after D5611 (r296716)
patch-pefs-kmod.diff (text/plain), 725 bytes, created by
Eric Camachat
on 2016-03-18 01:01:51 UTC
(
hide
)
Description:
fix sysutils/pefs-kmod compiling after D5611 (r296716)
Filename:
MIME Type:
Creator:
Eric Camachat
Created:
2016-03-18 01:01:51 UTC
Size:
725 bytes
patch
obsolete
>Index: sysutils/pefs-kmod/files/patch-sys_fs_pefs_pefs_vnops.c >=================================================================== >--- sysutils/pefs-kmod/files/patch-sys_fs_pefs_pefs_vnops.c (nonexistent) >+++ sysutils/pefs-kmod/files/patch-sys_fs_pefs_pefs_vnops.c (working copy) >@@ -0,0 +1,12 @@ >+--- sys/fs/pefs/pefs_vnops.c.orig 2016-02-18 23:36:56.000000000 -0800 >++++ sys/fs/pefs/pefs_vnops.c 2016-03-17 17:56:47.450629450 -0700 >+@@ -170,7 +170,9 @@ pefs_enccn_alloc(struct pefs_enccn *pec, >+ pec->pec_cn.cn_flags |= HASBUF; >+ pec->pec_cn.cn_pnbuf = pec->pec_buf; >+ pec->pec_cn.cn_nameptr = pec->pec_buf; >++#if __FreeBSD_version < 1100102 >+ pec->pec_cn.cn_consume = 0; >++#endif >+ pec->pec_cn.cn_namelen = 0; >+ } >+
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 208110
: 168353