logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

getdate_stub.c (211B)


  1. /*
  2. * SPDX-FileCopyrightText: 2021 Paul Dersey <pdersey@gmail.com>
  3. *
  4. * SPDX-License-Identifier: GPL-2.0-or-later
  5. */
  6. #include "getdate.h"
  7. time_t get_date (const char *p, const time_t *now)
  8. {
  9. return 0;
  10. }