* extfs.c: Include xdirentry.h. Undefine ERRNOR before
redefining it.
Этот коммит содержится в:
родитель
074ef65b31
Коммит
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 *
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user