svn commit: r190415 - in stable/7/lib/libc: . string

Konstantin Belousov kib at FreeBSD.org
Wed Mar 25 08:42:08 PDT 2009


Author: kib
Date: Wed Mar 25 15:42:07 2009
New Revision: 190415
URL: http://svn.freebsd.org/changeset/base/190415

Log:
  MFC r190266:
  7.2 will be the first release where strndup() appears.
  
  Approved by:	re (kensmith)

Modified:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/string/ffsll.c   (props changed)
  stable/7/lib/libc/string/flsll.c   (props changed)
  stable/7/lib/libc/string/strdup.3

Modified: stable/7/lib/libc/string/strdup.3
==============================================================================
--- stable/7/lib/libc/string/strdup.3	Wed Mar 25 14:26:38 2009	(r190414)
+++ stable/7/lib/libc/string/strdup.3	Wed Mar 25 15:42:07 2009	(r190415)
@@ -80,4 +80,4 @@ function first appeared in
 The
 .Fn strndup
 function was added in
-.Fx 8.0 .
+.Fx 7.2 .


More information about the svn-src-stable-7 mailing list