Eric Blake wrote:
> Yes; I've done that as follows, and also added memchr as a dependency for
> vasnprintf (the only module that used memchr but did not depend on it).

Good, thanks. I do the same for the other modules that also use vasnprintf.c:


2009-06-08  Bruno Haible  <br...@clisp.org>

        * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
        * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
        * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
        * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
        * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
        * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
        * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.

*** modules/unistdio/u16-u16-vasnprintf.orig    2009-06-09 00:21:19.000000000 
+0200
--- modules/unistdio/u16-u16-vasnprintf 2009-06-09 00:21:19.000000000 +0200
***************
*** 42,47 ****
--- 42,48 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:
*** modules/unistdio/u16-vasnprintf.orig        2009-06-09 00:21:19.000000000 
+0200
--- modules/unistdio/u16-vasnprintf     2009-06-09 00:21:19.000000000 +0200
***************
*** 42,47 ****
--- 42,48 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:
*** modules/unistdio/u32-u32-vasnprintf.orig    2009-06-09 00:21:19.000000000 
+0200
--- modules/unistdio/u32-u32-vasnprintf 2009-06-09 00:21:19.000000000 +0200
***************
*** 42,47 ****
--- 42,48 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:
*** modules/unistdio/u32-vasnprintf.orig        2009-06-09 00:21:20.000000000 
+0200
--- modules/unistdio/u32-vasnprintf     2009-06-09 00:21:20.000000000 +0200
***************
*** 42,47 ****
--- 42,48 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:
*** modules/unistdio/u8-u8-vasnprintf.orig      2009-06-09 00:21:20.000000000 
+0200
--- modules/unistdio/u8-u8-vasnprintf   2009-06-09 00:21:20.000000000 +0200
***************
*** 42,47 ****
--- 42,48 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:
*** modules/unistdio/u8-vasnprintf.orig 2009-06-09 00:21:20.000000000 +0200
--- modules/unistdio/u8-vasnprintf      2009-06-09 00:21:20.000000000 +0200
***************
*** 42,47 ****
--- 42,48 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:
*** modules/unistdio/ulc-vasnprintf.orig        2009-06-09 00:21:20.000000000 
+0200
--- modules/unistdio/ulc-vasnprintf     2009-06-09 00:21:20.000000000 +0200
***************
*** 40,45 ****
--- 40,46 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:


Reply via email to