mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
login_cap.h: Remove LOGIN_DEFUMASK
This public constant has not been used in-tree since 1997 (this was noticed while working on previous commit "setusercontext(): umask: Set it only once (in the common case)"). Since it was an implementation detail and GitHub's code search and Google show no use of this symbol today, simply remove it. PR: 276570 (exp-run) Reviewed by: emaste, kib (earlier version, then part of D40344) Approved by: emaste (mentor) MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D43608
This commit is contained in:
parent
f2a0277d3e
commit
e3a396eb2a
@ -32,7 +32,6 @@
|
||||
#define LOGIN_MECLASS "me"
|
||||
#define LOGIN_DEFSTYLE "passwd"
|
||||
#define LOGIN_DEFSERVICE "login"
|
||||
#define LOGIN_DEFUMASK 022
|
||||
#define LOGIN_DEFPRI 0
|
||||
#define _PATH_LOGIN_CONF "/etc/login.conf"
|
||||
#define _FILE_LOGIN_CONF ".login_conf"
|
||||
|
Loading…
Reference in New Issue
Block a user