https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210997

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

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

--- Comment #1 from Mark Millard <mar...@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
===================================================================
--- /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
===================================================================
--- /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 better
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 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to