From: Arran Cudbard-Bell Date: Thu, 8 Dec 2022 22:29:01 +0000 (-0600) Subject: Should be waitid not waitpid... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=812115f36a071898afbabfc2e59fa9d385b8eb88;p=thirdparty%2Ffreeradius-server.git Should be waitid not waitpid... --- diff --git a/src/lib/util/event.c b/src/lib/util/event.c index bd268289c39..b3df1782064 100644 --- a/src/lib/util/event.c +++ b/src/lib/util/event.c @@ -1673,7 +1673,7 @@ int _fr_event_pid_wait(NDEBUG_LOCATION_ARGS /* * If the child exited before kevent() was * called, we need to get its status via - * waitpid(). + * waitid(). * * We don't reap the process here to emulate * what kqueue does (notify but not reap).