summaryrefslogtreecommitdiff
path: root/usr/src/cmd/devfsadm/message.h
diff options
context:
space:
mode:
authorCathy Zhou <Cathy.Zhou@Sun.COM>2008-08-13 14:57:47 -0700
committerCathy Zhou <Cathy.Zhou@Sun.COM>2008-08-13 14:57:47 -0700
commit0dc974a9a2e66d676505db23524ebff105fb36a9 (patch)
tree05b6f06b156223b4807e2bc8e71bc3001ac98c93 /usr/src/cmd/devfsadm/message.h
parent8c8a8d17e0c6c68e047f0e531c3f8ce133b9aea6 (diff)
downloadillumos-joyent-0dc974a9a2e66d676505db23524ebff105fb36a9.tar.gz
PSARC 2008/498 datalink sysevents
6696737 ndi_devi_enter() can deadlock with stopped threads, hanging system 6729044 race between network_rcm and softmac when a physical device is attached 6729144 dlmgmtd process_db_write() leaks dlmgmt_link_t
Diffstat (limited to 'usr/src/cmd/devfsadm/message.h')
-rw-r--r--usr/src/cmd/devfsadm/message.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/usr/src/cmd/devfsadm/message.h b/usr/src/cmd/devfsadm/message.h
index 60f790293d..d3edbb6dd3 100644
--- a/usr/src/cmd/devfsadm/message.h
+++ b/usr/src/cmd/devfsadm/message.h
@@ -19,15 +19,13 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#ifndef _MESSAGE_H
#define _MESSAGE_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -218,18 +216,6 @@ major_number ]\n\t\t[ -n ]\n\t\t[ -r rootdir ]\n\t\t[ -v ]\n")
#define INVOKED_WITH gettext("invoked with %s\n")
-#define MISSING_SYMBOLS gettext("missing symbols in %s\n")
-
-#define RCM_ALLOC_HANDLE_ERROR gettext("Unable to allocate rcm handle\n")
-
-#define RCM_NOTIFY_FAILED \
- gettext("RCM notification failed: " \
- "path = %s, driver = %s, instance = %d: %s\n")
-
-#define RCM_NVLIST_BUILD_ERROR \
- gettext("failed to build nvlist for notifying RCM: " \
- "path = %s, driver = %s, instance = %d: %s\n")
-
#define INVALID_DEVLINK_SPEC gettext("Invalid devlink spec: '%s'\n")
#define DRV_LOAD_REQD gettext("-n option cannot be used with -i. Ignoring\n")