From 89b43686db1fe9681d80a7cf5662730cb9378cae Mon Sep 17 00:00:00 2001 From: Bayard Bell Date: Thu, 15 Sep 2011 18:27:52 +0100 Subject: 1073 migrate kernel modules from ancient _depends_on to true ELF dependencies Reviewed by: Adam Leventhal Reviewed by: Garrett D'Amore Approved by: Richard Lowe --- usr/src/uts/common/gssapi/gssdmod.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr/src/uts/common/gssapi/gssdmod.c') diff --git a/usr/src/uts/common/gssapi/gssdmod.c b/usr/src/uts/common/gssapi/gssdmod.c index f47ae5c297..e41b44088b 100644 --- a/usr/src/uts/common/gssapi/gssdmod.c +++ b/usr/src/uts/common/gssapi/gssdmod.c @@ -22,17 +22,14 @@ /* * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * Copyright (c) 2011 Bayard G. Bell. All rights reserved. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include #include #include #include -char _depends_on[] = "strmod/rpcmod misc/rpcsec misc/tlimod"; - static struct modlmisc modlmisc = { &mod_miscops, "in-kernel GSSAPI" }; -- cgit v1.2.3