summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/rpc
diff options
context:
space:
mode:
authorBayard Bell <buffer.g.overflow@gmail.com>2011-09-15 18:27:52 +0100
committerBayard Bell <buffer.g.overflow@gmail.com>2011-09-15 18:27:52 +0100
commit89b43686db1fe9681d80a7cf5662730cb9378cae (patch)
tree6febacd926efb6c58bf500d08334a48f0114afe3 /usr/src/uts/common/rpc
parentb5f3c6ffe7f93e6132a702a851a69b5ecd78c066 (diff)
downloadillumos-joyent-89b43686db1fe9681d80a7cf5662730cb9378cae.tar.gz
1073 migrate kernel modules from ancient _depends_on to true ELF dependencies
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/common/rpc')
-rw-r--r--usr/src/uts/common/rpc/sec/secmod.c5
-rw-r--r--usr/src/uts/common/rpc/sec_gss/rpcsec_gssmod.c5
2 files changed, 2 insertions, 8 deletions
diff --git a/usr/src/uts/common/rpc/sec/secmod.c b/usr/src/uts/common/rpc/sec/secmod.c
index 13899480a0..46e472e90d 100644
--- a/usr/src/uts/common/rpc/sec/secmod.c
+++ b/usr/src/uts/common/rpc/sec/secmod.c
@@ -22,16 +22,13 @@
/*
* 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" /* SVr4.0 1.7 */
-
#include <sys/types.h>
#include <sys/modctl.h>
#include <sys/errno.h>
-char _depends_on[] = "strmod/rpcmod misc/tlimod";
-
/*
* Module linkage information for the kernel.
*/
diff --git a/usr/src/uts/common/rpc/sec_gss/rpcsec_gssmod.c b/usr/src/uts/common/rpc/sec_gss/rpcsec_gssmod.c
index a852f31691..52494f77d1 100644
--- a/usr/src/uts/common/rpc/sec_gss/rpcsec_gssmod.c
+++ b/usr/src/uts/common/rpc/sec_gss/rpcsec_gssmod.c
@@ -22,16 +22,13 @@
/*
* 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 <sys/types.h>
#include <sys/modctl.h>
#include <sys/errno.h>
-char _depends_on[] = "strmod/rpcmod misc/kgssapi";
-
/*
* Module linkage information for the kernel.
*/