Commit Graph

13 Commits

Author SHA1 Message Date
Björn Groenvall
f2b691ad24 Fix off by one error.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5529 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-03-12 15:17:08 +00:00
Björn Groenvall
5d602b0ef4 Cleanup library references to libroken.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5522 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-03-11 18:14:53 +00:00
Björn Groenvall
848ac697e8 Simplifications and use standard functions.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5521 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-03-11 17:45:10 +00:00
Assar Westerlund
b4832c0fe7 (error_message): printf format fixo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5484 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-03-08 20:43:18 +00:00
Johan Danielsson
a87566fe20 (error_message): try to pass code to strerror, to see if it might be
an errno code (this if broken, but some MIT code seems to expect this
behaviour)


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5164 ec53bebd-3082-4978-b11e-865c3cabbd6b
1998-09-27 00:23:58 +00:00
Johan Danielsson
a5f54865d4 merge strcpy_truncate branch
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5027 ec53bebd-3082-4978-b11e-865c3cabbd6b
1998-06-09 19:25:40 +00:00
Assar Westerlund
d49dfdd8b6 add error_table_name
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4835 ec53bebd-3082-4978-b11e-865c3cabbd6b
1998-05-02 20:12:59 +00:00
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
Assar Westerlund
80d8899459 stdlib.h and string.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4200 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-12-14 23:59:48 +00:00
Björn Groenvall
629decd98f Add RCSID etc.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4188 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-12-11 17:06:03 +00:00
Johan Danielsson
3a694df34a typo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4163 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-12-08 11:32:35 +00:00
Johan Danielsson
5315f9fc3e _r
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4140 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-12-05 07:49:30 +00:00
Johan Danielsson
6b3cf4a839 Changed for com_err compatibilty
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4131 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-12-05 04:38:08 +00:00