Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2017 23:30:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 224299] sys/msg.h improperly declares struct mymsg
Message-ID:  <bug-224299-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 224299
           Summary: sys/msg.h improperly declares struct mymsg
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: brooks@FreeBSD.org

sys/msg.h declares the struct mymsg from the example in the posix manpage. =
 The
POSIX manpage is clear that this is user defined:

> The structure below is an example of what this user-defined buffer might =
look like:
>=20
> struct mymsg {
>     long   mtype;       /* Message type. */
>     char   mtext[1];    /* Message text. */
> }

This should be removed and a ports exprun should be performed.

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