[Toybox] [PATCH] Fix build.

Anca Emanuel anca.emanuel at gmail.com
Mon Sep 7 11:59:38 PDT 2015


Suggestion: https://semaphoreci.com works with github and is free for
open source projects.

On Mon, Sep 7, 2015 at 8:47 PM, enh <enh at google.com> wrote:
> Fix build.
>
> An unfinished change was partially checked in.
>
> diff --git a/lib/lib.h b/lib/lib.h
> index 5bfba22..5f5a129 100644
> --- a/lib/lib.h
> +++ b/lib/lib.h
> @@ -176,7 +176,7 @@ void delete_tempfile(int fdin, int fdout, char **tempname);
>  void replace_tempfile(int fdin, int fdout, char **tempname);
>  void crc_init(unsigned int *crc_table, int little_endian);
>  void base64_init(char *p);
> -int yesno(int def);
> +int yesno(char *prompt, int def);
>  int qstrcmp(const void *a, const void *b);
>  int xpoll(struct pollfd *fds, int nfds, int timeout);
> _______________________________________________
> Toybox mailing list
> Toybox at lists.landley.net
> http://lists.landley.net/listinfo.cgi/toybox-landley.net

 1441652378.0


More information about the Toybox mailing list