2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Fix a typo; HAVE_KINFO_PROC2_NETBSD not HAVE_KINFO_PROC2_NETBSD2

This commit is contained in:
Todd C. Miller
2019-12-25 11:12:21 -07:00
parent c6f8f4b545
commit 8b571c59a5

View File

@@ -31,7 +31,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#if defined(HAVE_KINFO_PROC_44BSD) || defined (HAVE_KINFO_PROC_OPENBSD) || defined(HAVE_KINFO_PROC2_NETBSD2) #if defined(HAVE_KINFO_PROC_44BSD) || defined (HAVE_KINFO_PROC_OPENBSD) || defined(HAVE_KINFO_PROC2_NETBSD)
# include <sys/sysctl.h> # include <sys/sysctl.h>
#elif defined(HAVE_KINFO_PROC_FREEBSD) #elif defined(HAVE_KINFO_PROC_FREEBSD)
# include <sys/param.h> # include <sys/param.h>