Ed Schouten 62399df2c9 Add proper const keywords to sysctl(3) parameters.
The `name' and `newp' arguments can be marked const, because the buffers
they refer to are never changed. While there, perform some other
cleanups:

- Remove K&R from sysctl.c.
- Implement sysctlbyname() using sysctlnametomib() to prevent
  duplication of an undocumented kernel interface.
- Fix some whitespace nits.

It seems the prototypes are now in sync with NetBSD as well.
2010-02-21 13:57:02 +00:00
..
2009-06-23 14:11:41 +00:00
2009-06-23 14:11:41 +00:00
2009-11-16 14:33:31 +00:00
2010-01-31 21:47:39 +00:00
2010-02-20 08:19:19 +00:00
2010-02-04 11:23:28 +00:00
2010-02-17 09:11:21 +00:00
2009-11-25 04:45:45 +00:00