freebsd fix: typo
commit063ad490a24dfc28ad6ffe4b3b4c52273d596c8d
authorAlexey Elymanov <strangeqargo@gmail.com>
Sun, 18 Feb 2018 17:55:31 +0000 (18 20:55 +0300)
committerGitHub <noreply@github.com>
Sun, 18 Feb 2018 17:55:31 +0000 (18 20:55 +0300)
treeedac50bd71ab555b027c990540faf2f3a35a3064
parent59768674f1764706a2e59c4c314f80eca3b5de9d
freebsd fix: typo

Alc/helpers.c:738:30: error: use of undeclared identifier 'KERN_PROCARGS'
    int mib[4] = { CTL_KERN, KERN_PROCARGS, getpid() };

/usr/include/sys/sysctl.h:
`#define KERN_PROC_ARGS 7 /* get/set arguments/proctitle */`
there's no KERN_PROCARGS
Alc/helpers.c