]> The Tcpdump Group git mirrors - tcpdump/commit
tcpdump.c: Fix a warning when HAVE_FORK and HAVE_VFORK are not defined
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 3 Apr 2025 06:23:03 +0000 (08:23 +0200)
committerfxlb <[email protected]>
Fri, 4 Apr 2025 18:48:18 +0000 (18:48 +0000)
commit56a7c968aa852a689d891c5bbd648c009c24fa2e
tree12db76582ff51653ea7d96beb36b1e569527440d
parentccee9549f927eb13f869ee0db10c53c445191b8f
tcpdump.c: Fix a warning when HAVE_FORK and HAVE_VFORK are not defined

The warning was:
tcpdump.c:226:13: warning: unused function 'child_cleanup'
  [-Wunused-function] static void child_cleanup(int);
tcpdump.c