diff options
author | des <des@FreeBSD.org> | 2004-01-14 08:38:13 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-01-14 08:38:13 +0000 |
commit | 43e5099afd3b6f825fb33364dff35370e3607a9d (patch) | |
tree | 0954b3dd38098d8bbd983d11ff73761b54dc02c9 /sys | |
parent | 5af668018e795d9c17119260794d60fed627ba1e (diff) | |
download | FreeBSD-src-43e5099afd3b6f825fb33364dff35370e3607a9d.zip FreeBSD-src-43e5099afd3b6f825fb33364dff35370e3607a9d.tar.gz |
Re-add libkern/ffs.c. I thought sparc64 had an inline version, but
failed to notice that it's #if 0'ed out.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/files.sparc64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64 index a89824c..520ceb2 100644 --- a/sys/conf/files.sparc64 +++ b/sys/conf/files.sparc64 @@ -39,6 +39,7 @@ geom/geom_bsd_enc.c standard geom/geom_sunlabel.c standard geom/geom_sunlabel_enc.c standard kern/syscalls.c optional ktr +libkern/ffs.c standard libkern/ffsl.c standard libkern/fls.c standard libkern/flsl.c standard |