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
This commit is contained in:
Lawrence Stewart 2012-07-10 08:31:28 +00:00
parent fda21122d0
commit 19220a8330
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238345

View file

@ -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;
};