mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +01:00
tar: remove build dependency on sed
This commit is contained in:
parent
83cbe6731c
commit
f2651ed9d6
4 changed files with 21 additions and 7 deletions
12
sysa/tar-1.12/files/getdate_stub.c
Normal file
12
sysa/tar-1.12/files/getdate_stub.c
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue