X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fwarning.c;h=570b3c113517450dc59d1d2f394cc03f2a553c53;hb=696338043e52f440853e1143c52b81b41cd59723;hp=102364d515b200879b51becabd615a807dbd82bf;hpb=b997c90f9e3a64186341c57c8f3f25c2246d0ebb;p=chaz%2Ftar diff --git a/src/warning.c b/src/warning.c index 102364d..570b3c1 100644 --- a/src/warning.c +++ b/src/warning.c @@ -1,6 +1,6 @@ /* This file is part of GNU tar. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -43,6 +43,7 @@ static char const *const warning_args[] = { "xdev", "decompress-program", "existing-file", + "xattr-write", NULL }; @@ -68,7 +69,8 @@ static int warning_types[] = { WARN_UNKNOWN_KEYWORD, WARN_XDEV, WARN_DECOMPRESS_PROGRAM, - WARN_EXISTING_FILE + WARN_EXISTING_FILE, + WARN_XATTR_WRITE }; ARGMATCH_VERIFY (warning_args, warning_types);