svn commit: r254190 - head/sys/modules/random
Konstantin Belousov
kib at FreeBSD.org
Sat Aug 10 19:38:30 UTC 2013
Author: kib
Date: Sat Aug 10 19:38:29 2013
New Revision: 254190
URL: http://svnweb.freebsd.org/changeset/base/254190
Log:
The random_adapters.c is standard in the conf/files. Revert wrong
r254185.
Pointed out by: peter
Modified:
head/sys/modules/random/Makefile
Modified: head/sys/modules/random/Makefile
==============================================================================
--- head/sys/modules/random/Makefile Sat Aug 10 19:08:38 2013 (r254189)
+++ head/sys/modules/random/Makefile Sat Aug 10 19:38:29 2013 (r254190)
@@ -5,7 +5,7 @@
.PATH: ${.CURDIR}/../../crypto/sha2
KMOD= random
-SRCS= randomdev.c random_adaptors.c probe.c
+SRCS= randomdev.c probe.c
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
SRCS+= nehemiah.c
SRCS+= ivy.c
More information about the svn-src-head
mailing list