| 1 /* |
1 /* |
| 2 * $Header$ |
|
| 3 * $Source$ |
|
| 4 * $Locker$ |
|
| 5 * |
|
| 6 * Copyright 1987 by the Student Information Processing Board |
2 * Copyright 1987 by the Student Information Processing Board |
| 7 * of the Massachusetts Institute of Technology |
3 * of the Massachusetts Institute of Technology |
| 8 * |
4 * |
| 9 * For copyright info, see "mit-sipb-copyright.h". |
5 * For copyright info, see "mit-sipb-copyright.h". |
| 10 */ |
6 */ |
| 11 |
7 |
| 12 #include "error_table.h" |
8 #include "error_table.h" |
| 13 #include "mit-sipb-copyright.h" |
|
| 14 #include "com_err.h" |
9 #include "com_err.h" |
| 15 #include <sysdep.h> |
10 #include <sysdep.h> |
| 16 |
|
| 17 static const char rcsid[] = |
|
| 18 "$Header$"; |
|
| 19 static const char copyright[] = |
|
| 20 "Copyright 1986, 1987, 1988 by the Student Information Processing Board\nand the department of Information Systems\nof the Massachusetts Institute of Technology"; |
|
| 21 |
11 |
| 22 char *error_table_name_r __P((int, char *)); |
12 char *error_table_name_r __P((int, char *)); |
| 23 |
13 |
| 24 struct et_list * _et_list = (struct et_list *) NULL; |
14 struct et_list * _et_list = (struct et_list *) NULL; |
| 25 |
15 |