FreeBSD Bugzilla – Attachment 216802 Details for
Bug 248296
net/libnfs: fix build error regarding "error: redefinition of typedef 'u_int' is a C11 feature"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove duplicate u_int definition
libnfs_u_int.diff (text/plain), 1.15 KB, created by
Alan Somers
on 2020-07-27 14:41:06 UTC
(
hide
)
Description:
Remove duplicate u_int definition
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2020-07-27 14:41:06 UTC
Size:
1.15 KB
patch
obsolete
>Index: net/libnfs/Makefile >=================================================================== >--- net/libnfs/Makefile (revision 543501) >+++ net/libnfs/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= libnfs > PORTVERSION= 4.0.0 >+PORTREVISION= 1 > DISTVERSIONPREFIX= ${PORTNAME}- > CATEGORIES= net > >Index: net/libnfs/files/patch-include_nfsc_libnfs-zdr.h >=================================================================== >--- net/libnfs/files/patch-include_nfsc_libnfs-zdr.h (nonexistent) >+++ net/libnfs/files/patch-include_nfsc_libnfs-zdr.h (working copy) >@@ -0,0 +1,10 @@ >+--- include/nfsc/libnfs-zdr.h.orig 2020-07-26 21:16:08 UTC >++++ include/nfsc/libnfs-zdr.h >+@@ -92,7 +92,6 @@ struct ZDR { >+ typedef struct ZDR ZDR; >+ >+ >+-typedef uint32_t u_int; >+ typedef uint32_t enum_t; >+ typedef uint32_t bool_t; >+ > >Property changes on: net/libnfs/files/patch-include_nfsc_libnfs-zdr.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 248296
: 216802