The fork symbols aren't MD, they already live in sys/.

Found by:	version_gen.awk
Tested by:	md5(1) (libc.so hasn't changed at all)
This commit is contained in:
Yaroslav Tykhiy 2007-10-18 11:28:38 +00:00
parent a964714f51
commit b82b77daf3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172750

View File

@ -35,7 +35,6 @@ FBSD_1.0 {
vfork;
brk;
exect;
fork;
sbrk;
};
@ -69,7 +68,5 @@ FBSDprivate_1.0 {
_end;
minbrk;
.cerror;
__sys_fork;
_fork;
curbrk;
};