Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2002 14:53:46 -0700 (PDT)
From:      Robert Drehmel <robert@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/string bcopy.3 bcopy.c bzero.3 memset.c
Message-ID:  <200209012153.g81LrlvP036542@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
robert      2002/09/01 14:53:46 PDT

  Modified files:
    lib/libc/string      bcopy.3 bcopy.c bzero.3 memset.c 
  Log:
   - Let their manual pages show the reader that the bzero(3) and
     bcopy(3) functions are prototyped in <strings.h> and not in
     <string.h> anymore.
   - Add a sentence about that to the respective HISTORY sections.
  In the C source files:
   - Include <string.h> or <strings.h> depending on what function
     is to be compiled.
   - Use ANSI-C function definitions.
  
  Revision  Changes    Path
  1.8       +9 -2      src/lib/libc/string/bcopy.3
  1.5       +11 -12    src/lib/libc/string/bcopy.c
  1.8       +9 -2      src/lib/libc/string/bzero.3
  1.8       +6 -8      src/lib/libc/string/memset.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209012153.g81LrlvP036542>