unsigned to signed long (error messages and tables are signed)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13075
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-03-11 Ezra Peisach <epeisach@mit.edu>
+
+ * com_err.h: For struct error_table, change the base from an
+ unsigned to signed long (error messages and tables are signed)
+
2001-03-07 Ken Raeburn <raeburn@mit.edu>
* test_et.c (main): Only use sys_nerr tests if HAVE_SYS_ERRLIST.
struct error_table {
/*@shared@*/ char const FAR * const FAR * msgs;
- unsigned long base;
+ long base;
unsigned int n_msgs;
};