mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Fix path to other files.<arch> files.
Fix disordering of libkern/crc32.c entry. MFC after: 1 day
This commit is contained in:
parent
fae89e29b1
commit
abf24f80a6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100987
@ -984,11 +984,12 @@ kern/vfs_vnops.c standard
|
||||
# of the files in libkern/ are only needed on some architectures, e.g.,
|
||||
# libkern/divdi3.c is needed by i386 but not alpha. Also, some of these
|
||||
# routines may be optimized for a particular platform. In either case,
|
||||
# the file should be moved to <arch>/conf/files.<arch> from here.
|
||||
# the file should be moved to conf/files.<arch> from here.
|
||||
#
|
||||
libkern/arc4random.c standard
|
||||
libkern/bcd.c standard
|
||||
libkern/bsearch.c standard
|
||||
libkern/crc32.c standard
|
||||
libkern/iconv.c optional libiconv
|
||||
libkern/iconv_converter_if.m optional libiconv
|
||||
libkern/iconv_xlat.c optional libiconv
|
||||
@ -1011,7 +1012,6 @@ libkern/strtoq.c standard
|
||||
libkern/strtoul.c standard
|
||||
libkern/strtouq.c standard
|
||||
libkern/strvalid.c standard
|
||||
libkern/crc32.c standard
|
||||
net/bpf.c standard
|
||||
net/bpf_filter.c optional bpf
|
||||
bpf.h standard \
|
||||
|
Loading…
Reference in New Issue
Block a user