svn commit: r187329 - in stable/7/lib/libc: . string
Konstantin Belousov
kib at FreeBSD.org
Fri Jan 16 03:14:30 PST 2009
Author: kib
Date: Fri Jan 16 11:14:29 2009
New Revision: 187329
URL: http://svn.freebsd.org/changeset/base/187329
Log:
MFC r187147:
Document that ffsll(3) and flsll(3) functions first appeared in
FreeBSD 7.1.
Modified:
stable/7/lib/libc/ (props changed)
stable/7/lib/libc/string/ffs.3
stable/7/lib/libc/string/ffsll.c (props changed)
stable/7/lib/libc/string/flsll.c (props changed)
Modified: stable/7/lib/libc/string/ffs.3
==============================================================================
--- stable/7/lib/libc/string/ffs.3 Fri Jan 16 09:01:45 2009 (r187328)
+++ stable/7/lib/libc/string/ffs.3 Fri Jan 16 11:14:29 2009 (r187329)
@@ -108,4 +108,4 @@ The
and
.Fn flsll
functions appeared in
-.Fx 8.0 .
+.Fx 7.1 .
More information about the svn-src-stable
mailing list