e762ab8b54
Recently, we removed support for 'struct utmpx'. We did it because utmp and utmpx are identical, and while POSIX specifies utmpx (and not utmp), GNU/Linux documentation seems to favor utmp. Also, this project defaulted to utmp, so changing to utmpx would be more dangerous than keeping old defaults, even if it's supposed to be the same. Now, I just found more code that didn't make much sense: lib/utent.c provides definitions for getutent(3) and friends in case the system doesn't provide them, but we don't provide prototypes for those definitions, so code using the functions would have never compiled. Let's just remove these definitions as dead code. Fixes:3be7b9d75a
("Remove traces of utmpx") Fixes:170b76cdd1
("Disable utmpx permanently") Cc: Serge Hallyn <serge@hallyn.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
124 lines
2.0 KiB
Plaintext
124 lines
2.0 KiB
Plaintext
# List of files which contain translatable strings.
|
|
|
|
lib/commonio.c
|
|
lib/encrypt.c
|
|
lib/fields.c
|
|
lib/fputsx.c
|
|
lib/getdef.c
|
|
lib/get_gid.c
|
|
lib/getlong.c
|
|
lib/get_uid.c
|
|
lib/groupio.c
|
|
lib/groupmem.c
|
|
lib/gshadow.c
|
|
lib/lockpw.c
|
|
lib/nscd.c
|
|
lib/port.c
|
|
lib/pwauth.c
|
|
lib/pwio.c
|
|
lib/pwmem.c
|
|
lib/selinux.c
|
|
lib/semanage.c
|
|
lib/sgetgrent.c
|
|
lib/sgetpwent.c
|
|
lib/sgetspent.c
|
|
lib/sgroupio.c
|
|
lib/shadow.c
|
|
lib/shadowio.c
|
|
lib/shadowmem.c
|
|
lib/spawn.c
|
|
lib/tcbfuncs.c
|
|
libmisc/addgrps.c
|
|
libmisc/age.c
|
|
libmisc/audit_help.c
|
|
libmisc/basename.c
|
|
libmisc/chkname.c
|
|
libmisc/chowndir.c
|
|
libmisc/chowntty.c
|
|
libmisc/cleanup.c
|
|
libmisc/cleanup_group.c
|
|
libmisc/cleanup_user.c
|
|
libmisc/console.c
|
|
libmisc/copydir.c
|
|
libmisc/date_to_str.c
|
|
libmisc/entry.c
|
|
libmisc/env.c
|
|
libmisc/failure.c
|
|
libmisc/find_new_gid.c
|
|
libmisc/find_new_sub_gids.c
|
|
libmisc/find_new_sub_uids.c
|
|
libmisc/find_new_uid.c
|
|
libmisc/getgr_nam_gid.c
|
|
libmisc/getrange.c
|
|
libmisc/hushed.c
|
|
libmisc/idmapping.c
|
|
libmisc/isexpired.c
|
|
libmisc/limits.c
|
|
libmisc/list.c
|
|
libmisc/log.c
|
|
libmisc/loginprompt.c
|
|
libmisc/mail.c
|
|
libmisc/motd.c
|
|
libmisc/myname.c
|
|
libmisc/obscure.c
|
|
libmisc/pam_pass.c
|
|
libmisc/pam_pass_non_interactive.c
|
|
libmisc/pwd2spwd.c
|
|
libmisc/pwdcheck.c
|
|
libmisc/pwd_init.c
|
|
libmisc/remove_tree.c
|
|
libmisc/rlogin.c
|
|
libmisc/root_flag.c
|
|
libmisc/salt.c
|
|
libmisc/setugid.c
|
|
libmisc/setupenv.c
|
|
libmisc/shell.c
|
|
libmisc/strtoday.c
|
|
libmisc/sub.c
|
|
libmisc/sulog.c
|
|
libmisc/ttytype.c
|
|
libmisc/tz.c
|
|
libmisc/ulimit.c
|
|
libmisc/user_busy.c
|
|
libmisc/utmp.c
|
|
libmisc/valid.c
|
|
libmisc/xgetXXbyYY.c
|
|
libmisc/xmalloc.c
|
|
libmisc/yesno.c
|
|
src/chage.c
|
|
src/chfn.c
|
|
src/chgpasswd.c
|
|
src/chpasswd.c
|
|
src/chsh.c
|
|
src/expiry.c
|
|
src/faillog.c
|
|
src/gpasswd.c
|
|
src/groupadd.c
|
|
src/groupdel.c
|
|
src/groupmems.c
|
|
src/groupmod.c
|
|
src/groups.c
|
|
src/grpck.c
|
|
src/grpconv.c
|
|
src/grpunconv.c
|
|
src/id.c
|
|
src/lastlog.c
|
|
src/login.c
|
|
src/login_nopam.c
|
|
src/logoutd.c
|
|
src/newgidmap.c
|
|
src/newgrp.c
|
|
src/newuidmap.c
|
|
src/newusers.c
|
|
src/passwd.c
|
|
src/pwck.c
|
|
src/pwconv.c
|
|
src/pwunconv.c
|
|
src/suauth.c
|
|
src/su.c
|
|
src/sulogin.c
|
|
src/useradd.c
|
|
src/userdel.c
|
|
src/usermod.c
|
|
src/vipw.c
|