diff options
author | Alexander Eremin <a.eremin@nexenta.com> | 2010-10-12 19:37:15 +0400 |
---|---|---|
committer | Alexander Eremin <a.eremin@nexenta.com> | 2010-10-12 19:37:15 +0400 |
commit | 88181e00c06e1cd9871de83b79e83b00100d29cd (patch) | |
tree | 2de08389c0b474967c6bc923a5d353374f6ad794 /usr/src/cmd/modload/errmsg.h | |
parent | 723fee089c0a7e1bd9527b9a4b0f0abf5970336c (diff) | |
download | illumos-joyent-88181e00c06e1cd9871de83b79e83b00100d29cd.tar.gz |
269 Modload functions use unsafe operations with configuration files
Reviewed by: garrett@nexenta.com
Approved by: garrett@nexenta.com
Diffstat (limited to 'usr/src/cmd/modload/errmsg.h')
-rw-r--r-- | usr/src/cmd/modload/errmsg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/cmd/modload/errmsg.h b/usr/src/cmd/modload/errmsg.h index 19c37976fa..eb201a3814 100644 --- a/usr/src/cmd/modload/errmsg.h +++ b/usr/src/cmd/modload/errmsg.h @@ -19,6 +19,10 @@ * CDDL HEADER END */ /* + * Copyright 2010 Nexenta Systems, Inc. All rights reserved. + * Use is subject to license terms. + */ +/* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -75,6 +79,7 @@ extern "C" { #define ERR_NO_UPDATE "Cannot update (%s)\n" #define ERR_CANT_RM "Cannot remove temporary file (%s); remove by hand.\n" #define ERR_BAD_LINK "(%s) exists as (%s); Please rename by hand.\n" +#define ERR_FILE_EXISTS "Temporary file (%s) exists; Please remove by hand.\n" #define ERR_NO_MEM "Not enough memory\n" #define ERR_DEL_ENTRY "Cannot delete entry for driver (%s) from file (%s).\n" #define ERR_NO_ENTRY "No entry found for driver (%s) in file (%s).\n" |