mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
change from ioctl(fd, PIOC<foo>, &i); to ioctl(fd, PIOC<foo>, i); This is going from the _IOW to _IO ioctl macro. The kernel, procctl, and truss must be in synch for it all to work (not doing so will get errors about inappropriate ioctl's, fortunately). Hopefully I didn't forget anything :). |
||
|---|---|---|
| .. | ||
| Makefile | ||
| procctl.8 | ||
| procctl.c | ||