[Bug 240035] freebsd32: sysv IPC broken on non-i386

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 14 Dec 2023 20:26:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240035

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=9ba8c825a392e141bc05efb71595f949b00a3719

commit 9ba8c825a392e141bc05efb71595f949b00a3719
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-12-01 20:48:29 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-12-14 20:25:27 +0000

    sysvipc: Fix 32-bit compat on !i386

    The various time fields are time_t's which are only 32-bit on i386.

    Fixing the old versions is probably of little use, but it's more correct
    and in theory there could be powerpc binaries from 6.x.

    PR:             240035
    Fixes:          fbb273bc05bef Properly support for FreeBSD 4 32bit System V
shared memory.
    Reviewed by:    kib
    Differential Revision:  https://reviews.freebsd.org/D42870

    (cherry picked from commit 957f014dc076a7f74ed0c8c8699e6f39b55785e7)

 sys/compat/freebsd32/freebsd32_ipc.h | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

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