mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* extfs.c: Include xdirentry.h. Undefine ERRNOR before
redefining it.
This commit is contained in:
parent
074ef65b31
commit
cde914f99a
@ -1,3 +1,8 @@
|
||||
2001-02-20 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* extfs.c: Include xdirentry.h. Undefine ERRNOR before
|
||||
redefining it.
|
||||
|
||||
2001-02-19 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* shared_tar_ext.c (__find_entry): Make sure that the parent is a
|
||||
|
@ -44,9 +44,11 @@
|
||||
#include "utilvfs.h"
|
||||
#include "../src/dialog.h"
|
||||
#include "../src/main.h" /* For shell_execute */
|
||||
#include "xdirentry.h"
|
||||
#include "vfs.h"
|
||||
#include "extfs.h"
|
||||
|
||||
#undef ERRNOR
|
||||
#define ERRNOR(x,y) do { my_errno = x; return y; } while(0)
|
||||
|
||||
static struct entry *
|
||||
|
Loading…
Reference in New Issue
Block a user