# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/fam/hotfix-gcc43.patch # Copyright (C) 2008 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- ./lib/Client.c++ +++ ./lib/Client.c++ @@ -34,7 +34,7 @@ #include #include -#include +#include #include "fam.h" #include "Client.h" --- ./src/DNotify.c++ +++ ./src/DNotify.c++ @@ -31,6 +31,7 @@ #include #include #include +#include #include "DNotify.h" --- ./src/IMon.c++ +++ ./src/IMon.c++ @@ -40,7 +40,7 @@ #include "Interest.h" #include "Log.h" #include "Scheduler.h" -#include "alloc.h" +#include int IMon::imonfd = -2; IMon::EventHandler IMon::ehandler = NULL; --- ./src/DNotify.h.old 2008-08-25 15:27:30.000000000 +0200 +++ ./src/DNotify.h 2008-08-25 15:30:19.000000000 +0200 @@ -59,8 +59,8 @@ static int pipe_write_fd; static int pipe_read_fd; static int change_queue[QUEUESIZE]; - static volatile sig_atomic_t DNotify::queue_overflowed; - static volatile sig_atomic_t DNotify::queue_changed; + static volatile sig_atomic_t queue_overflowed; + static volatile sig_atomic_t queue_changed; static volatile int queue_head; // Only modified by read handler static volatile int queue_tail; // Only modified by signal handler static EventHandler ehandler;