bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bcopy's include file


From: Bruno Haible
Subject: bcopy's include file
Date: Sun, 19 Oct 2008 16:58:25 +0200
User-agent: KMail/1.5.4

POSIX specifies that users should include <strings.h> before using bcopy().
So be it.

Our <strings.h> replacement currently does not declare bcopy(). But I don't
want to spend more time on this legacy module. The fact that no one has
needed a 'bzero' module in years shows that no one uses this family of
functions any more.


2008-10-19  Bruno Haible  <address@hidden>

        * modules/bcopy (Depends-on): Add strings.
        (Include): Specify <strings.h>.

*** modules/bcopy.orig  2008-10-19 16:53:03.000000000 +0200
--- modules/bcopy       2008-10-19 16:52:43.000000000 +0200
***************
*** 5,10 ****
--- 5,11 ----
  lib/bcopy.c
  
  Depends-on:
+ strings
  
  configure.ac:
  AC_REPLACE_FUNCS(bcopy)
***************
*** 12,17 ****
--- 13,19 ----
  Makefile.am:
  
  Include:
+ <strings.h>
  
  License:
  GPL





reply via email to

[Prev in Thread] Current Thread [Next in Thread]