]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Should be waitid not waitpid...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 8 Dec 2022 22:29:01 +0000 (16:29 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 8 Dec 2022 22:39:06 +0000 (16:39 -0600)
src/lib/util/event.c

index bd268289c39a1af770e960940939e582511d10b4..b3df178206443dc15deafc0a7c02c5b5508a37d0 100644 (file)
@@ -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).