[Midnightbsd-cvs] [MidnightBSD/src] dd78d2: prowld: fix -Wmissing-variable-declarations for ip...

Lucas Holt noreply at github.com
Sat Apr 18 01:34:54 EDT 2026


  Branch: refs/heads/feature/prowl
  Home:   https://github.com/MidnightBSD/src
  Commit: dd78d2dbdcf9847cde5834d1e9a517c323169715
      https://github.com/MidnightBSD/src/commit/dd78d2dbdcf9847cde5834d1e9a517c323169715
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-04-18 (Sat, 18 Apr 2026)

  Changed paths:
    M sbin/prowld/prowld.c
    M sbin/prowld/prowld.h

  Log Message:
  -----------
  prowld: fix -Wmissing-variable-declarations for ipc_listen_fd

Move the extern declaration of ipc_listen_fd into prowld.h so that
ipc.c sees it before its own definition, satisfying the compiler.
Remove the now-redundant local extern from prowld.c.

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