mirror of https://github.com/pygos/pkg-utils.git
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>master
parent
b052a12beb
commit
f62bab2629
@ -1,4 +1,13 @@
|
||||
#include "unpack.h"
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "pkgio.h"
|
||||
#include "util.h"
|
||||
|
||||
static int create_hierarchy(int dirfd, image_entry_t *list)
|
||||
{
|
Loading…
Reference in new issue