mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
r350320 committed the wrong version of generated syscall.mk.
This commit is for the correct version. (The incorrect one had the order of the last two entries reversed, due to my testing with copy_file_range at 568 instead of 569.) This misordering should not have been a problem, but is now fixed.
This commit is contained in:
parent
4c50e495ff
commit
013e5361d6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350321
@ -409,5 +409,5 @@ MIASM = \
|
||||
fhlink.o \
|
||||
fhlinkat.o \
|
||||
fhreadlink.o \
|
||||
copy_file_range.o \
|
||||
funlinkat.o
|
||||
funlinkat.o \
|
||||
copy_file_range.o
|
||||
|
Loading…
Reference in New Issue
Block a user