[Midnightbsd-cvs] [MidnightBSD/src] c9a929: prowld: remove unused g_pid_fd variable
Lucas Holt
noreply at github.com
Sat Apr 18 01:33:03 EDT 2026
Branch: refs/heads/feature/prowl
Home: https://github.com/MidnightBSD/src
Commit: c9a9293bba2954932821b79827c0342cd505bad7
https://github.com/MidnightBSD/src/commit/c9a9293bba2954932821b79827c0342cd505bad7
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-04-18 (Sat, 18 Apr 2026)
Changed paths:
M sbin/prowld/prowld.c
Log Message:
-----------
prowld: remove unused g_pid_fd variable
Fixes -Werror,-Wunused-variable build failure. The PID file is managed
directly by write_pidfile() and remove_pidfile() via fopen/unlink; no
file descriptor needs to be retained.
AI-Assisted-by: Claude Sonnet 4.6
Signed-off-by: Lucas Holt <luke at foolishgames.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications
More information about the Midnightbsd-cvs
mailing list