live-bootstrap/sysa/tar-1.12/files/getdate_stub.c

13 lines
211 B
C
Raw Normal View History

2021-03-15 14:42:20 +00:00
/*
* 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;
}