Eric Blake <ebb9 <at> byu.net> writes: > > I see that while I was typing this, you checked in your original proposed > change. But with your patch applied, I get the following:
Another one: gcc -std=gnu99 -I. -I/usr/local/include -g2 -Wall -Werror -MT mountlist.o - MD -MP -MF .deps/mountlist.Tpo -c -o mountlist.o mountlist.c mountlist.c: In function `dev_from_mount_options': mountlist.c:369: warning: implicit declaration of function `strstr_is_unportable__use_gnulib_module_strstr_for_portability' mountlist.c:369: warning: initialization makes pointer from integer without a cast make[2]: *** [mountlist.o] Error 1 2007-01-31 Eric Blake <[EMAIL PROTECTED]> * modules/mountlist (Depends-on): Add strstr RCS file: /sources/gnulib/gnulib/modules/mountlist,v retrieving revision 1.11 diff -u -r1.11 mountlist --- modules/mountlist 13 Oct 2006 12:40:23 -0000 1.11 +++ modules/mountlist 1 Feb 2007 05:23:06 -0000 @@ -10,6 +10,7 @@ Depends-on: stdbool +strstr xalloc configure.ac: