mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
lint
This commit is contained in:
@@ -160,7 +160,9 @@ int os_proc_children(int ppid, int **proc_list, size_t *proc_count)
|
|||||||
# define KP_PPID(o) o.p_ppid
|
# define KP_PPID(o) o.p_ppid
|
||||||
# endif
|
# endif
|
||||||
# ifdef __NetBSD__
|
# ifdef __NetBSD__
|
||||||
static int name[] = { CTL_KERN, KERN_PROC2, KERN_PROC_ALL, 0, (int)(sizeof(struct kinfo_proc2)), 0 };
|
static int name[] = {
|
||||||
|
CTL_KERN, KERN_PROC2, KERN_PROC_ALL, 0, (int)(sizeof(struct kinfo_proc2)), 0
|
||||||
|
};
|
||||||
# else
|
# else
|
||||||
static int name[] = { CTL_KERN, KERN_PROC, KERN_PROC_ALL, 0 };
|
static int name[] = { CTL_KERN, KERN_PROC, KERN_PROC_ALL, 0 };
|
||||||
# endif
|
# endif
|
||||||
|
Reference in New Issue
Block a user