Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2017 20:13:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 224529] The talk protocol depends on struct osockaddr which should be kernel-only
Message-ID:  <bug-224529-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 224529
           Summary: The talk protocol depends on struct osockaddr which
                    should be kernel-only
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: easy
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: brooks@FreeBSD.org

The talkd protocol defined in include/protocols/talkd.h uses the struct
osockaddr definition from sys/socket.h.  It should define it's own type so
struct osockaddr can be removed from non-kernel use.  The support for syste=
ms
where sockaddr is the same as osockaddr in the talk program should also be
removed since we don't need our tools to run on 4.3BSD.

--=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-224529-8>