diff options
author | Alexey Elymanov <[email protected]> | 2018-02-18 20:55:31 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-02-18 20:55:31 +0300 |
commit | 063ad490a24dfc28ad6ffe4b3b4c52273d596c8d (patch) | |
tree | edac50bd71ab555b027c990540faf2f3a35a3064 /Alc/panning.c | |
parent | 59768674f1764706a2e59c4c314f80eca3b5de9d (diff) |
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
Diffstat (limited to 'Alc/panning.c')
0 files changed, 0 insertions, 0 deletions