Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2024 19:23:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277995] devel/p4: fails to build after SHUT_RD and friend were changed to enum
Message-ID:  <bug-277995-7788-WNldyejBah@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277995-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277995-7788@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=3D277995

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D3fa957840354bb476c2f990b72cb2ee73=
39ac328

commit 3fa957840354bb476c2f990b72cb2ee7339ac328
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2024-03-27 19:19:44 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2024-03-27 19:22:10 +0000

    sockets: define shutdown(2) constants in cpp namespace

    There is software that uses SHUT_RD, SHUT_WR as preprocessor defines and
    its build was broken by enum declaration.  Keep the enum, but provide
    defines to propagate the constants to cpp namespace.

    PR:             277994
    PR:             277995
    Fixes:          c3276e02beab825824e3147b31af33af66298430

 sys/sys/socket.h | 3 +++
 1 file changed, 3 insertions(+)

--=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-277995-7788-WNldyejBah>