Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/mount_lfs
Module Name: src
Committed By: kre
Date: Sat Aug 29 17:56:05 UTC 2026
Modified Files:
src/sbin/mount_lfs: mount_lfs.c
Log Message:
mount_lfs: Build fix: s/unreachable()/__unreachable()/
<stddef.h> only declares unreachable() for C23 or later.
Here, as <sys/cdefs.h> is already being included, just
use one of its definitions directly, rather than attempting
to do so indirectly via <stddef.h>
This can be changed to anything else that works of course.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sbin/mount_lfs/mount_lfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index