diff options
author | bms <bms@FreeBSD.org> | 2003-12-15 21:49:41 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2003-12-15 21:49:41 +0000 |
commit | 3eb53d90efa64e513846ead8455355cb3da6d7e4 (patch) | |
tree | 4a56d35c92a140a3a9a8c550bd3f95c338a48449 /sys/conf/files | |
parent | a1979e4f7e164437f89f892976c3a660e1ffcfc4 (diff) | |
download | FreeBSD-src-3eb53d90efa64e513846ead8455355cb3da6d7e4.zip FreeBSD-src-3eb53d90efa64e513846ead8455355cb3da6d7e4.tar.gz |
Push m_apply() and m_getptr() up into the colleciton of standard mbuf
routines, and purge them from opencrypto.
Reviewed by: sam
Obtained from: NetBSD
Sponsored by: spc.org
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 831861e..4b96cc5 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1569,7 +1569,6 @@ nfsserver/nfs_syscalls.c optional nfsserver # crypto support opencrypto/cast.c optional crypto opencrypto/criov.c optional crypto -opencrypto/crmbuf.c optional crypto opencrypto/crypto.c optional crypto opencrypto/cryptodev.c optional cryptodev opencrypto/cryptosoft.c optional crypto |