[InterNetNews/inn] b69239: Fix use of statvfs on 32-bit platforms

Julien ÉLIE noreply at github.com
Sun Feb 11 08:26:26 UTC 2024


  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: b69239c4cf162145da43aae9d0ff3b9b81496051
      https://github.com/InterNetNews/inn/commit/b69239c4cf162145da43aae9d0ff3b9b81496051
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-02-11 (Sun, 11 Feb 2024)

  Changed paths:
    M contrib/expirectl.c
    M storage/timecaf/caf.c
    M storage/timecaf/caf.h

  Log Message:
  -----------
  Fix use of statvfs on 32-bit platforms

A long type (4 bytes) cannot contain the available number of inodes and
like on 32-bit architectures with large file support enabled.  A long
long type is needed (8 bytes).

see #296




More information about the inn-committers mailing list