History log of /freebsd-current/tools/build/fspacectl.c
Revision Date Author Comments
# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 4544929c 28-Aug-2021 Dimitry Andric <dim@FreeBSD.org>

Silence unused parameter warnings in fspacectl(2) bootstrap stub

While here, replace spaces with tabs and add a newline at EOF.

Fixes: 5425ba8332571e57f9fe623346cb9d83293264d4
MFC after: 3 days


# 5425ba83 24-Aug-2021 Ka Ho Ng <khng@FreeBSD.org>

truncate(1): Fix cross-build CI failure due to missing fspacectl

For other platforms, fspacectl(2) is absent. This commit masks out the
calls to fspacectl(2) and replace them with a ENODEV errno.

Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D31619