summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2013-07-27 20:47:01 +0000
committeralfred <alfred@FreeBSD.org>2013-07-27 20:47:01 +0000
commitfdd68bea0e12d92e6afb245364fba13c3f8b499b (patch)
tree56df7df9ac8f7b431ecb8a19f2ae000fa5ebdd85 /sys/conf
parent24e94a1aa8ae0ae20697703ef7605e13c814621f (diff)
downloadFreeBSD-src-fdd68bea0e12d92e6afb245364fba13c3f8b499b.zip
FreeBSD-src-fdd68bea0e12d92e6afb245364fba13c3f8b499b.tar.gz
Fix watchdog pretimeout.
The original API calls for pow2ns, however the new APIs from Linux call for seconds. We need to be able to convert to/from 2^Nns to seconds in both userland and kernel to fix this and properly compare units.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index c74aa71..4a1a432 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2976,6 +2976,7 @@ libkern/arc4random.c standard
libkern/bcd.c standard
libkern/bsearch.c standard
libkern/crc32.c standard
+libkern/flsll.c standard
libkern/fnmatch.c standard
libkern/iconv.c optional libiconv
libkern/iconv_converter_if.m optional libiconv
OpenPOWER on IntegriCloud