[#]
http://marc.info/?l=openbsd-cvs&m=141080812911891&w=2
openbsd-cvs(obsdave,2) — All
2014-09-16 14:22:57
Module name: src
Changes by: miod@cvs.openbsd.org 2014/09/15 13:08:22
Modified files:
libexec/rpc.rstatd: rstat_proc.c
sbin/sysctl : sysctl.c
sys/arch/hppa/hppa: autoconf.c
sys/arch/hppa64/hppa64: autoconf.c
sys/kern : kern_clock.c kern_sysctl.c tty.c
sys/net : if_sl.c ppp_tty.c
sys/sys : tty.h
usr.bin/systat : cpu.c iostat.c pigs.c vmstat.c
usr.bin/top : machine.c
usr.bin/vmstat : dkstats.c vmstat.c
usr.sbin/apmd : apmd.c
usr.sbin/iostat: iostat.c
Removed files:
sys/sys : dkstat.h
Log message:
Remove non-standard <sys/dkstat.h> header. It has not contained anything
related to disk stastics for almost 17 years, and the remaining
userland-visible defines duplicate those found in <sys/sched.h>.
Move the remaining _KERNEL defines to <sys/tty.h> where they belong, and
update all users to cope with this.
ok kettenis@