X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.h;h=72350302d1339c473f56a4f301d412a9a2a6fd1c;hb=e86e864544a87003ac900d60135a3ca9424cfb95;hp=a759a8581a0536f3c3e78466a43630a980179417;hpb=d21d48dfba7ba5c0d136e2114291b45e09cf9b41;p=chaz%2Ftar diff --git a/src/tar.h b/src/tar.h index a759a85..7235030 100644 --- a/src/tar.h +++ b/src/tar.h @@ -1,7 +1,7 @@ /* GNU tar Archive Format description. Copyright (C) 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. + 2000, 2001, 2003, 2004, 2005, 2006 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 @@ -303,7 +303,7 @@ struct tar_stat_info bool is_dumpdir; /* Is the member a dumpdir? */ bool skipped; /* The member contents is already read (for GNUTYPE_DUMPDIR) */ - char *dumpdir; /* Contents of the dump directory */ + char *dumpdir; /* Contents of the dump directory */ }; union block