Do not use getpass(3)

This commit is contained in:
Eric Andersen
2004-05-01 01:27:30 +00:00
parent 90d2bff4c6
commit 6f9a7783ce
7 changed files with 98 additions and 38 deletions

View File

@@ -46,7 +46,7 @@ LIBBB_SRC:= \
xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c \
get_terminal_width_height.c fclose_nonstdin.c fflush_stdout_and_exit.c \
getopt_ulflags.c default_error_retval.c wfopen_input.c speed_table.c \
perror_nomsg_and_die.c perror_nomsg.c skip_whitespace.c \
perror_nomsg_and_die.c perror_nomsg.c skip_whitespace.c bb_askpass.c \
warn_ignoring_args.c concat_subpath_file.c vfork_daemon_rexec.c
LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC))