X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fwarning.c;h=570b3c113517450dc59d1d2f394cc03f2a553c53;hb=cbc51277aa4de1f41434ba073f2e4546ead63005;hp=5d1bcabc64ee163c010562f56035266e348e0bfb;hpb=f1fed3996a6c5b5f39ddb48cb5c88c09afe13fba;p=chaz%2Ftar diff --git a/src/warning.c b/src/warning.c index 5d1bcab..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 @@ -42,6 +42,8 @@ static char const *const warning_args[] = { "unknown-keyword", "xdev", "decompress-program", + "existing-file", + "xattr-write", NULL }; @@ -66,7 +68,9 @@ static int warning_types[] = { WARN_UNKNOWN_CAST, WARN_UNKNOWN_KEYWORD, WARN_XDEV, - WARN_DECOMPRESS_PROGRAM + WARN_DECOMPRESS_PROGRAM, + WARN_EXISTING_FILE, + WARN_XATTR_WRITE }; ARGMATCH_VERIFY (warning_args, warning_types);