From 7e7fd7d177c641879ad881c0d9011220fc384845 Mon Sep 17 00:00:00 2001 From: Rick Macklem Date: Sun, 19 Jun 2011 22:08:55 +0000 Subject: Fix the kgssapi so that it can be loaded as a module. Currently the NFS subsystems use five of the rpcsec_gss/kgssapi entry points, but since it was not obvious which others might be useful, all nineteen were included. Basically the nineteen entry points are set in a structure called rpc_gss_entries and inline functions defined in sys/rpc/rpcsec_gss.h check for the entry points being non-NULL and then call them. A default value is returned otherwise. Requested by rwatson. Reviewed by: jhb MFC after: 2 weeks --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/modules/Makefile') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index a83d56fe00b9..2dbc3d9ce71e 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -155,6 +155,8 @@ SUBDIR= ${_3dfx} \ jme \ joy \ kbdmux \ + kgssapi \ + kgssapi_krb5 \ khelp \ krpc \ ksyms \ -- cgit v1.3