Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/amachronic/microtar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-11-23 16:05:28 +0300
committerAidan MacDonald <amachronic@protonmail.com>2021-11-25 23:29:08 +0300
commitc747f93a4fa5119f9e384e5f43581d44ba3cdaa6 (patch)
treeb4a5aa6328149934cbaf40c1854b3b5a07aa7f1e
parentea6ba61a209d8568a4acc19077e598b9c390332b (diff)
Remove MTAR_ELAST
-rw-r--r--src/microtar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microtar.h b/src/microtar.h
index fe95619..6d45183 100644
--- a/src/microtar.h
+++ b/src/microtar.h
@@ -46,7 +46,6 @@ enum mtar_error {
MTAR_ENAMETOOLONG = -12,
MTAR_EWRONGSIZE = -13,
MTAR_EACCESS = -14,
- MTAR_ELAST = MTAR_ETOOSHORT,
};
enum mtar_type {