Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2012 08:31:28 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r238345 - head/lib/libc/sys
Message-ID:  <201207100831.q6A8VSbu069908@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lstewart
Date: Tue Jul 10 08:31:28 2012
New Revision: 238345
URL: http://svn.freebsd.org/changeset/base/238345

Log:
  Move the ffclock symbols from FBSD_1.2 to FBSD_1.3 where they should have been
  put initially. They were added to head during development of 10-CURRENT, not
  9-CURRENT.
  
  Submitted by:	glebius
  Reviewed by:	kib

Modified:
  head/lib/libc/sys/Symbol.map

Modified: head/lib/libc/sys/Symbol.map
==============================================================================
--- head/lib/libc/sys/Symbol.map	Tue Jul 10 07:45:47 2012	(r238344)
+++ head/lib/libc/sys/Symbol.map	Tue Jul 10 08:31:28 2012	(r238345)
@@ -365,9 +365,6 @@ FBSD_1.2 {
 	cap_getmode;
 	cap_new;
 	cap_getrights;
-	ffclock_getcounter;
-	ffclock_getestimate;
-	ffclock_setestimate;
 	getloginclass;
 	pdfork;
 	pdgetpid;
@@ -382,6 +379,9 @@ FBSD_1.2 {
 };
 
 FBSD_1.3 {
+	ffclock_getcounter;
+	ffclock_getestimate;
+	ffclock_setestimate;
 	posix_fadvise;
 };
 



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