1
1
Этот коммит содержится в:
Miguel de Icaza 1998-10-23 20:18:48 +00:00
родитель c7b818533c
Коммит c8a8394f56
4 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -23,6 +23,7 @@
#include <unistd.h>
#include "../src/mad.h"
#include "../src/util.h"
#include "xdirentry.h"
#include "container.h"

Просмотреть файл

@ -6,7 +6,7 @@
* Based on tar.c from midnight and archives.[ch] from avfs by Miklos
* Szeredi (mszeredi@inf.bme.hu) */
#include "direntry.h"
#include "xdirentry.h"
#define CALL(x) if (MEDATA->x) MEDATA->x

Просмотреть файл

@ -20,7 +20,7 @@
/* Namespace: vfs_tarfs_ops */
#include "direntry.h"
#include "xdirentry.h"
#include <errno.h>
#ifdef SCO_FLAVOR
#include <sys/timeb.h> /* alex: for struct timeb definition */

Просмотреть файл

@ -12,7 +12,7 @@
#include <unistd.h>
#include <signal.h>
#include <errno.h>
#include <dirent.h>
#include "../src/fs.h"
#include "../src/util.h"
#include "../src/mem.h"