logo

live-bootstrap

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

modechange.patch (588B)


  1. SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
  2. SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
  3. SPDX-License-Identifier: GPL-2.0-or-later
  4. modechange.h uses functions defined in sys/stat.h, so we need to move it to
  5. after sys/stat.h include.
  6. --- coreutils-5.0/lib/modechange.c 2001-12-09 22:54:19.000000000 +0000
  7. +++ coreutils-5.0/lib/modechange.c 2021-01-17 18:34:22.016427148 +0000
  8. @@ -28,8 +28,8 @@
  9. # include <config.h>
  10. #endif
  11. -#include "modechange.h"
  12. #include <sys/stat.h>
  13. +#include "modechange.h"
  14. #include "xstrtol.h"
  15. #if STDC_HEADERS