summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_uselib.c
diff options
context:
space:
mode:
authorrtr <rtr@NetBSD.org>2007-11-04 15:20:11 +0000
committerrtr <rtr@NetBSD.org>2007-11-04 15:20:11 +0000
commit3aa5278c3ae94de7eddcea481fa6e010d123dbe7 (patch)
tree7258cd31a9d4619474ea4854db18f73c06ad0870 /sys/compat/linux/common/linux_uselib.c
parent4ba09b41c3ea7b82e5314fc6ac04bcfb6e259d4f (diff)
- remove const from h_header, this pointer is occasionally free'd
- remove unused write_str var + move header parsing to new function separation of parsing vs processing + alter some variable names to avoid confusion between header value and header name (caused breakage with previous rev)
Diffstat (limited to 'sys/compat/linux/common/linux_uselib.c')
0 files changed, 0 insertions, 0 deletions
/common/linux32_sysctl.c?id=63ac93df54cd459cfecfc28db459efb55f78bb02'>Add sysctl tracing to emulations.manu 2006-09-05Fix linux32_sys_sysctl, it was horribly broken.manu 2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu