Resolve linker error with RealTek Nic (arc4random)

This commit is contained in:
Jennifer Averett
2012-03-30 09:57:23 -05:00
parent 393a859e55
commit f6289b3e64
2 changed files with 2 additions and 0 deletions

View File

@@ -1123,6 +1123,7 @@ devNic.addSourceFiles(
# 'kern/subr_taskqueue.c',
'dev/random/harvest.c',
'libkern/random.c',
'libkern/arc4random.c',
]
)