wkoszek 2006-02-27 16:56:22 UTC FreeBSD src repository
Modified files: sys/modules/crypto Makefile sys/modules/if_ppp Makefile sys/net ppp_deflate.c sys/opencrypto cryptodev.c Log: This patch fixes a problem, which exists if you have IPSEC in your kernel and want to have crypto support loaded as KLD. By moving zlib to separate module and adding MODULE_DEPEND directives, it is possible to use such configuration without complication. Otherwise, since IPSEC is linked with zlib (just like crypto.ko) you'll get following error: interface zlib.1 already present in the KLD 'kernel'! Approved by: cognet (mentor) Revision Changes Path 1.4 +0 -2 src/sys/modules/crypto/Makefile 1.35 +1 -1 src/sys/modules/if_ppp/Makefile 1.22 +2 -0 src/sys/net/ppp_deflate.c 1.28 +1 -0 src/sys/opencrypto/cryptodev.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"