diff options
Diffstat (limited to 'kernel/include/generic/vfs/ustar.hpp')
| -rw-r--r-- | kernel/include/generic/vfs/ustar.hpp | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/kernel/include/generic/vfs/ustar.hpp b/kernel/include/generic/vfs/ustar.hpp deleted file mode 100644 index 6e29c29..0000000 --- a/kernel/include/generic/vfs/ustar.hpp +++ /dev/null @@ -1,29 +0,0 @@ - -#include <cstdint> - -namespace vfs { - - typedef struct { - char file_name[100]; - char file_mode[8]; - char owner_id[8]; - char group_id[8]; - char file_size[12]; - char last_modific[12]; - char checksum[8]; - char type; - char name_linked[100]; - char ustar[6]; - char ustar_ver[2]; - char owner_name[32]; - char group_name[32]; - char dev_major_num[8]; - char dev_minor_num[8]; - char filename_prefix[155]; - } __attribute__((packed)) ustar_header_t; - - class ustar { - public: - static void copy(); - }; -};
\ No newline at end of file |
