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

@@ -23,8 +23,7 @@
#define const
#endif
struct foobar
{
struct foobar {
struct et_list etl;
struct error_table et;
};
@@ -32,11 +31,9 @@ struct foobar
extern struct et_list *_et_list;
#ifdef __STDC__
int
init_error_table(const char *const *msgs, int base, int count)
int init_error_table(const char *const *msgs, int base, int count)
#else
int
init_error_table(msgs, base, count)
int init_error_table(msgs, base, count)
const char *const *msgs;
int base;
int count;