Files
heimdal/lib/com_err
Björn Groenvall be97c75d57 Change
struct error_table {
    char const * const * msgs;
    long base;
    int n_msgs;
};
struct et_list {
    struct et_list *next;
    struct error_table *table;
};
extern struct et_list *_et_list;

to be binary compatible with MIT compile_et


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4436 ec53bebd-3082-4978-b11e-865c3cabbd6b
1998-02-17 21:19:44 +00:00
..
1997-09-29 13:24:51 +00:00
x
1998-02-17 20:40:15 +00:00
1998-02-17 21:19:44 +00:00
1998-02-14 23:47:06 +00:00
1998-02-17 21:19:44 +00:00
1998-02-17 21:19:44 +00:00
1998-02-17 15:06:53 +00:00
1998-02-17 21:19:44 +00:00
1998-02-17 15:02:30 +00:00
1998-02-16 18:03:25 +00:00
1998-02-14 23:45:45 +00:00
1998-02-17 15:30:49 +00:00