patch-drawbar_c 443 B

1234567891011
  1. --- atop-2.12.1.orig/drawbar.c 2025-09-23 19:16:03.000000000 +0200
  2. +++ atop-2.12.1/drawbar.c 2026-07-07 02:04:43.594438374 +0200
  3. @@ -103,7 +103,7 @@
  4. // horizontally scaled by the user, atop might switch from one model to
  5. // the other.
  6. /////////////////////////////////////////////////////////////////////////////
  7. -#define _POSIX_C_SOURCE
  8. +#define _POSIX_C_SOURCE 200809L
  9. #define _XOPEN_SOURCE
  10. #define _GNU_SOURCE
  11. #define _DEFAULT_SOURCE