Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2016 10:21:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 210997] sys/dev/drm2/i915/i915_drv.h under amd64-gcc: error: redundant redeclarations of 'i915_gem_dump_object' and 'intel_fbc_enabled'
Message-ID:  <bug-210997-8-kEqm1YgPAW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210997-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210997-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210997

Mark Millard <markmi@dsl-only.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |DUPLICATE

--- Comment #1 from Mark Millard <markmi@dsl-only.net> ---
(In reply to Mark Millard from comment #0)

It turns out that I tested an environment with work arounds for two other
examples of redundant declarations stopping the builds:

# svnlite diff /usr/src/sys/dev/cxgb/ulp/tom/cxgb_listen.c
Index: /usr/src/sys/dev/cxgb/ulp/tom/cxgb_listen.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- /usr/src/sys/dev/cxgb/ulp/tom/cxgb_listen.c (revision 302457)
+++ /usr/src/sys/dev/cxgb/ulp/tom/cxgb_listen.c (working copy)
@@ -923,7 +923,7 @@
 }

 /* XXX */
-extern void tcp_dooptions(struct tcpopt *, u_char *, int, int);
+//extern void tcp_dooptions(struct tcpopt *, u_char *, int, int);

 int
 t3_syncache_respond(struct toedev *tod, void *arg, struct mbuf *m)
# svnlite diff /usr/src/sys/dev/cxgb/ulp/tom/cxgb_listen.c
Index: /usr/src/sys/dev/cxgb/ulp/tom/cxgb_listen.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- /usr/src/sys/dev/cxgb/ulp/tom/cxgb_listen.c (revision 302457)
+++ /usr/src/sys/dev/cxgb/ulp/tom/cxgb_listen.c (working copy)
@@ -923,7 +923,7 @@
 }

 /* XXX */
-extern void tcp_dooptions(struct tcpopt *, u_char *, int, int);
+//extern void tcp_dooptions(struct tcpopt *, u_char *, int, int);

 int
 t3_syncache_respond(struct toedev *tod, void *arg, struct mbuf *m)


This defect is really a repeat of an older pair of reports. It would be bet=
ter
to just update them to indicate "still true" and to mark this one as a
duplicate.

*** This bug has been marked as a duplicate of bug 209924 ***

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210997-8-kEqm1YgPAW>