Page MenuHomeFreeBSD

login_cap.h: Remove LOGIN_DEFPRI
ClosedPublic

Authored by olce on Jan 25 2024, 10:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 9:05 PM
Unknown Object (File)
Sat, Apr 20, 9:04 PM
Unknown Object (File)
Sat, Apr 20, 9:04 PM
Unknown Object (File)
Fri, Apr 19, 9:00 AM
Unknown Object (File)
Feb 2 2024, 7:53 AM
Unknown Object (File)
Jan 30 2024, 5:24 AM

Details

Summary

This is an implementation detail which is likely to become irrelevant in
the future, as we move to not resetting the priority if the
corresponding capability is not present in the configuration file
('/etc/login.conf').

GitHub's code search and Google show no use of this public constant, and
it doesn't exist in OpenBSD and NetBSD.

So, remove this definition and its sole use in-tree.

PR: 276570 (exp-run)
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable