mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
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:
parent
fda21122d0
commit
19220a8330
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238345
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user