]> Dogcows Code - chaz/tar/blobdiff - src/warning.c
Changes for compatibility with Slackware installation scripts.
[chaz/tar] / src / warning.c
index 81805e106df9ba726437231ac27d2c17267f0c01..d58a575d5813fe2e7f83fc907cb4d71a47ea24e4 100644 (file)
@@ -46,6 +46,7 @@ static char const *const warning_args[] = {
   "decompress-program",
   "existing-file",
   "xattr-write",
+  "record-size",
   NULL
 };
 
@@ -72,7 +73,8 @@ static int warning_types[] = {
   WARN_XDEV,
   WARN_DECOMPRESS_PROGRAM,
   WARN_EXISTING_FILE,
-  WARN_XATTR_WRITE
+  WARN_XATTR_WRITE,
+  WARN_RECORD_SIZE
 };
 
 ARGMATCH_VERIFY (warning_args, warning_types);
This page took 0.018565 seconds and 4 git commands to generate.