From 1ca932730d3439e527d5fe4a15444600d0df7e7e Mon Sep 17 00:00:00 2001 From: eota Date: Tue, 26 Sep 2006 14:29:13 -0700 Subject: 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() --- usr/src/cmd/modload/errmsg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr/src/cmd/modload/errmsg.h') 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" -- cgit v1.2.3