diff options
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 |