1 /* Begin include file fsdisk_errors.incl.pl1     10/20/75 by Bernard Greenberg for NSS */
 2 
 3 dcl fsdisk_error_message (10) static char (32) init
 4           ("PVT index out of range",              /* 1 */
 5            "Drive in use already",                /* 2 */
 6            "Volume not salvaged",                 /* 3 */
 7            "Unsupported label version",           /* 4 */
 8            "Unsupported VTOC header vers.",       /* 5 */
 9            "FSMAP will not fit",                  /* 6 */
10            "Physical device error",               /* 7 */
11            "Not a storage system drive",          /* 8 */
12            "Drive not ready",                     /* 9 */
13            "Reserved");                           /* 10 */
14 
15 % include fsdisk_errcodes;
16 
17 /* End include file fsdisk_errors.incl.pl1 */