diff options
author | eota <none@none> | 2006-09-26 14:29:13 -0700 |
---|---|---|
committer | eota <none@none> | 2006-09-26 14:29:13 -0700 |
commit | 1ca932730d3439e527d5fe4a15444600d0df7e7e (patch) | |
tree | 021f725c3677f6b8619e3ef76fb7720c121e0520 /usr/src/cmd/modload/errmsg.h | |
parent | 23b5c241225a8ade2b6b9f06ebb891ee459e3b02 (diff) | |
download | illumos-joyent-1ca932730d3439e527d5fe4a15444600d0df7e7e.tar.gz |
6311701 /etc/minor_perm is ignored if it contains comments
6459253 i.nametomajor holds the obsolete shell function
6460892 add_drv and update_drv can accept the invalid names
6462571 should clean up duplicate code in update_minor_entry()
Diffstat (limited to 'usr/src/cmd/modload/errmsg.h')
-rw-r--r-- | usr/src/cmd/modload/errmsg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/cmd/modload/errmsg.h b/usr/src/cmd/modload/errmsg.h index adaaf90cde..bc41755678 100644 --- a/usr/src/cmd/modload/errmsg.h +++ b/usr/src/cmd/modload/errmsg.h @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -68,6 +67,7 @@ extern "C" { #define ERR_BAD_LINE "Bad line in file %s : %s\n" #define ERR_CANNOT_OPEN "Cannot open (%s): %s.\n" #define ERR_MIS_TOK "Option (%s) : missing token: (%s)\n" +#define ERR_BAD_TOK "Option (%s) : bad token: (%s)\n" #define ERR_TOO_MANY_ARGS "Option (%s) : too many arguments: (%s)\n" #define ERR_BAD_MODE "Bad mode: (%s)\n" #define ERR_CANT_OPEN "Cannot open (%s)\n" |