diff options
author | Sean Eric Fagan <sef@FreeBSD.org> | 1997-12-13 03:13:49 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@FreeBSD.org> | 1997-12-13 03:13:49 +0000 |
commit | d7b7dcba41ac3c46e7ccd2efb837c560a867cba9 (patch) | |
tree | b2c39c799eb94ba334869469a0e95ced5c40ff7c /contrib/groff/man | |
parent | bcc332bdb0fffe5e7900c7e26954f062c95b0c23 (diff) |
Change the ioctls for procfs around a bit; in particular, whever possible,
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 :).
Notes
Notes:
svn path=/head/; revision=31691
Diffstat (limited to 'contrib/groff/man')
0 files changed, 0 insertions, 0 deletions