diff options
Diffstat (limited to 'usr/src/uts/common/os/modconf.c')
| -rw-r--r-- | usr/src/uts/common/os/modconf.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/modconf.c b/usr/src/uts/common/os/modconf.c index 2aac71e0fc..54272275e2 100644 --- a/usr/src/uts/common/os/modconf.c +++ b/usr/src/uts/common/os/modconf.c @@ -23,6 +23,10 @@ * Use is subject to license terms. */ +/* + * Copyright (c) 2018, Joyent, Inc. + */ + #include <sys/types.h> #include <sys/systm.h> #include <sys/param.h> @@ -1336,7 +1340,7 @@ mod_installexec(struct modlexec *modl, struct modlinkage *modlp) if (eswp->exec_func != NULL) { printf("exec type %x is already installed\n", *eswp->exec_magic); - return (EBUSY); /* it's already there! */ + return (EBUSY); /* it's already there! */ } rw_enter(eswp->exec_lock, RW_WRITER); |
