Import ncpfs 2.1.1

This commit is contained in:
ncpfs archive import
2026-04-28 20:39:59 +02:00
parent f813517d69
commit c6c6fbe4ca
105 changed files with 7915 additions and 11381 deletions

View File

@@ -11,14 +11,12 @@
#define const
#endif
struct error_table
{
struct error_table {
char const *const *msgs;
long base;
int n_msgs;
};
struct et_list
{
struct et_list {
struct et_list *next;
const struct error_table *table;
};