X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.c;h=35d8dd8c793c7cdc4095f3fd697f5066ba2b83ef;hb=db6dc02fa83b1010e02e67472ae22c61542a7ba8;hp=2b201224a653efe1f7b84404492aad2a7e8af29a;hpb=72adbbda36ab076df0a52832191580a7162e1db3;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index 2b20122..35d8dd8 100644 --- a/src/tar.c +++ b/src/tar.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., - 59 Place - Suite 330, Boston, MA 02111-1307, USA. */ + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "system.h" @@ -27,7 +27,6 @@ #define GLOBAL #include "common.h" -#include "backupfile.h" #include "xstrtol.h" time_t get_date (); @@ -397,7 +396,7 @@ or a device. *This* `tar' defaults to `-f%s -b%d'.\n"), DEFAULT_ARCHIVE, DEFAULT_BLOCKING); fputs (_("\ \n\ -Report bugs to .\n"), +Report bugs to .\n"), stdout); } exit (status);