tar: remove build dependency on sed

This commit is contained in:
Paul Dersey 2021-03-15 10:42:20 -04:00
parent 83cbe6731c
commit f2651ed9d6
4 changed files with 21 additions and 7 deletions

View file

@ -0,0 +1,12 @@
/*
* SPDX-FileCopyrightText: 2021 Paul Dersey <pdersey@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "getdate.h"
time_t get_date (const char *p, const time_t *now)
{
return 0;
}