Files
inetutils/libinetutils
Collin Funk e5a9384c92 maint: Remove unnecessary standard library extern function decls.
* ftp/cmds.c (account, user): Don't declare getpass since it is
defined in unistd.h.
* ftp/ftp.c (login): Likewise. Don't declare fclose and pclose since
they are defined in stdio.h.
* ftpd/extern.h: Don't declare getusershell since it is defined in
unistd.h.
* ftpd/ftpd.c: Don't declare fclose since it is defined in stdio.h.
* libinetutils/logwtmp.c: Don't declare errno since it is defined in
errno.h.
* libtelnet/misc.c (auth_encrypt_user): Include string.h and don't
declare strdup.
* telnet/authenc.c (telnet_gets):  Don't declare getpass since it is
defined in unistd.h.
* telnet/commands.c (hostname): Use NULL instead of 0.
(env_init, shell): Include string.h and don't redeclare functions.
2024-05-08 20:29:36 -07:00
..
2024-01-01 11:28:59 +01:00
2024-01-01 11:28:59 +01:00
2024-01-01 11:28:59 +01:00
2024-01-01 11:28:59 +01:00
2024-05-06 14:50:17 -07:00
2024-01-01 11:28:59 +01:00
2024-04-24 15:02:44 +02:00
2024-01-01 11:28:59 +01:00
2024-04-24 15:02:44 +02:00
2024-01-01 11:28:59 +01:00
2024-01-01 11:28:59 +01:00
2024-01-01 11:28:59 +01:00
2024-01-01 11:28:59 +01:00
2024-05-04 01:42:20 -07:00