> Also now I added the rpmatch declaration to the <stdlib.h> file (this is > where glibc has it):
And here's the yesno.c update: 2008-04-28 Bruno Haible <[EMAIL PROTECTED]> Expect rpmatch to be declared. * lib/yesno.c (rpmatch): Remove declaration. *** lib/yesno.c.orig 2008-04-29 03:00:47.000000000 +0200 --- lib/yesno.c 2008-04-29 02:59:20.000000000 +0200 *************** *** 1,7 **** /* yesno.c -- read a yes/no response from stdin ! Copyright (C) 1990, 1998, 2001, 2003, 2004, 2005, 2006, 2007 Free ! Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by --- 1,6 ---- /* yesno.c -- read a yes/no response from stdin ! Copyright (C) 1990, 1998, 2001, 2003-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by *************** *** 23,30 **** #include <stdlib.h> #include <stdio.h> - extern int rpmatch (char const *response); - /* Return true if we read an affirmative line from standard input. Since this function uses stdin, it is suggested that the caller not --- 22,27 ----