21 lines
613 B
C
21 lines
613 B
C
/*
|
|
***********************************************************************
|
|
*
|
|
* @(#)gtmenu.c 1.1 94/10/31 21:05:07
|
|
*
|
|
* Copyright (c) 1991 by Sun Microsystems, Inc.
|
|
*
|
|
* Comment:
|
|
*
|
|
* REVISION HISTORY
|
|
*
|
|
* 03/31/91 Roger Pham Originated
|
|
*
|
|
***********************************************************************
|
|
*/
|
|
char log_error [] = " cannot open file /tmp/devinfo.log for logging purpose ";
|
|
char quote_error[] = " single quotes are missing in the log file ";
|
|
char hsa_error[] = " cannot write to the SBus Adapter Mode Register ";
|
|
char mia_error[] = " cannot write to the MIA Test Register ";
|
|
|