CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2018/04/26 09:55:14
Modified files: regress/lib/libpthread/select: select.c regress/sys/kern/kqueue: kqueue-random.c sbin/fdisk : fdisk.c disk.c user.c sbin/scan_ffs : scan_ffs.c usr.bin/vmstat : vmstat.c usr.sbin/ypbind: ypbind.c lib/libarch/alpha: bwx.c Log message: Prefer <fcntl.h> over <sys/fcntl.h> in userland While here, delete some extra #includes and apply style(9) sort rules. ok deraadt@ krw@ mpi@