[Bug 248296] net/libnfs: fix build error regarding "error: redefinition of typedef 'u_int' is a C11 feature"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 27 14:41:07 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248296
Bug ID: 248296
Summary: net/libnfs: fix build error regarding "error:
redefinition of typedef 'u_int' is a C11 feature"
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: asomers at FreeBSD.org
CC: snoe925 at gmail.com
CC: snoe925 at gmail.com
Flags: maintainer-feedback?(snoe925 at gmail.com)
Created attachment 216802
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216802&action=edit
Remove duplicate u_int definition
libnfs typedefs 'u_int'. But so does FreeBSD's sys/types.h. Fix the build by
removing that line.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list