diff options
author | vikram <none@none> | 2007-03-19 18:02:35 -0700 |
---|---|---|
committer | vikram <none@none> | 2007-03-19 18:02:35 -0700 |
commit | 568e756a1c7e2218f16f91d883b56e54636081f7 (patch) | |
tree | 92fde0bc59604461e5507bb694da71dbc8066e2f /usr/src/cmd/devfsadm/message.h | |
parent | 5e45752a44935a6b2445ae1c763867d868fa3fbb (diff) | |
download | illumos-joyent-568e756a1c7e2218f16f91d883b56e54636081f7.tar.gz |
6527366 di_devlink_open() fails in the miniroot after devname integration
Diffstat (limited to 'usr/src/cmd/devfsadm/message.h')
-rw-r--r-- | usr/src/cmd/devfsadm/message.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/devfsadm/message.h b/usr/src/cmd/devfsadm/message.h index 8d1436f38d..60f790293d 100644 --- a/usr/src/cmd/devfsadm/message.h +++ b/usr/src/cmd/devfsadm/message.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -273,6 +273,8 @@ major_number ]\n\t\t[ -n ]\n\t\t[ -r rootdir ]\n\t\t[ -v ]\n") #define NOT_DIR gettext("file is not a directory: %s\n") +#define NO_DEVLINK_CACHE gettext("devlink cache does not exist\n") + #ifdef __cplusplus } #endif |