-/* $OpenBSD: mkboot.c,v 1.20 2014/10/26 10:32:30 miod Exp $ */
+/* $OpenBSD: mkboot.c,v 1.21 2017/12/30 23:08:29 guenther Exp $ */
/*
* Copyright (c) 1990, 1993
#include <sys/param.h>
#include <sys/exec.h>
#include <sys/exec_elf.h>
-#include <sys/file.h>
#include <sys/stat.h>
#include <ctype.h>
#include <err.h>
+#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-/* $OpenBSD: amdcf.c,v 1.4 2017/10/24 09:36:13 jsg Exp $ */
+/* $OpenBSD: amdcf.c,v 1.5 2017/12/30 23:08:29 guenther Exp $ */
/*
* Copyright (c) 2007, Juniper Networks, Inc.
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/conf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/mutex.h>
-/* $OpenBSD: octcf.c,v 1.30 2017/10/24 09:36:13 jsg Exp $ */
+/* $OpenBSD: octcf.c,v 1.31 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: wd.c,v 1.193 1999/02/28 17:15:27 explorer Exp $ */
/*
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/conf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/mutex.h>
-/* $OpenBSD: fd.c,v 1.48 2017/05/04 22:47:27 deraadt Exp $ */
+/* $OpenBSD: fd.c,v 1.49 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: fd.c,v 1.112 2003/08/07 16:29:35 agc Exp $ */
/*-
#include <sys/systm.h>
#include <sys/timeout.h>
#include <sys/kernel.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/conf.h>
#include <sys/device.h>
-/* $OpenBSD: sab.c,v 1.33 2017/09/08 05:36:52 deraadt Exp $ */
+/* $OpenBSD: sab.c,v 1.34 2017/12/30 23:08:29 guenther Exp $ */
/*
* Copyright (c) 2001 Jason L. Wright (jason@thought.net)
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/conf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/kernel.h>
#include <sys/proc.h>
-/* $OpenBSD: wd.c,v 1.124 2017/12/14 06:21:04 deraadt Exp $ */
+/* $OpenBSD: wd.c,v 1.125 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: wd.c,v 1.193 1999/02/28 17:15:27 explorer Exp $ */
/*
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/conf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/mutex.h>
-/* $OpenBSD: com.c,v 1.163 2017/04/30 16:45:46 mpi Exp $ */
+/* $OpenBSD: com.c,v 1.164 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */
/*
#include <sys/selinfo.h>
#include <sys/tty.h>
#include <sys/conf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/uio.h>
#include <sys/kernel.h>
#include <sys/syslog.h>
-/* $OpenBSD: wdc.c,v 1.133 2017/09/26 22:12:04 mikeb Exp $ */
+/* $OpenBSD: wdc.c,v 1.134 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: wdc.c,v 1.68 1999/06/23 19:00:17 bouyer Exp $ */
/*
* Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved.
#include <sys/ataio.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
int wdc_ioc_ata_cmd(struct ata_drive_datas *, atareq_t *);
-/* $OpenBSD: z8530tty.c,v 1.28 2017/04/30 13:04:49 mpi Exp $ */
+/* $OpenBSD: z8530tty.c,v 1.29 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: z8530tty.c,v 1.77 2001/05/30 15:24:24 lukem Exp $ */
/*-
#include <sys/proc.h>
#include <sys/device.h>
#include <sys/conf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/malloc.h>
#include <sys/tty.h>
-/* $OpenBSD: fd.c,v 1.105 2017/09/03 20:03:58 sf Exp $ */
+/* $OpenBSD: fd.c,v 1.106 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: fd.c,v 1.90 1996/05/12 23:12:03 mycroft Exp $ */
/*-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/device.h>
#include <sys/disklabel.h>
-/* $OpenBSD: spkr.c,v 1.21 2016/03/19 11:34:22 mpi Exp $ */
+/* $OpenBSD: spkr.c,v 1.22 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: spkr.c,v 1.1 1998/04/15 20:26:18 drochner Exp $ */
/*
#include <sys/uio.h>
#include <sys/ioctl.h>
#include <sys/conf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <dev/isa/pcppivar.h>
-/* $OpenBSD: gpr.c,v 1.17 2016/03/14 23:08:06 krw Exp $ */
+/* $OpenBSD: gpr.c,v 1.18 2017/12/30 23:08:29 guenther Exp $ */
/*
* Copyright (c) 2002, Federico G. Schwindt
#include <sys/device.h>
#include <sys/systm.h>
#include <sys/conf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/proc.h>
-/* $OpenBSD: rd.c,v 1.12 2015/09/11 20:43:23 dlg Exp $ */
+/* $OpenBSD: rd.c,v 1.13 2017/12/30 23:08:29 guenther Exp $ */
/*
* Copyright (c) 2011 Matthew Dempsky <matthew@dempsky.org>
#include <sys/device.h>
#include <sys/disk.h>
#include <sys/stat.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/uio.h>
#include <sys/conf.h>
#include <sys/dkio.h>
-/* $OpenBSD: magma.c,v 1.26 2016/03/14 18:01:18 stefan Exp $ */
+/* $OpenBSD: magma.c,v 1.27 2017/12/30 23:08:29 guenther Exp $ */
/*-
* Copyright (c) 1998 Iain Hibbert
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/device.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/malloc.h>
#include <sys/tty.h>
-/* $OpenBSD: spif.c,v 1.19 2010/07/02 17:27:01 nicm Exp $ */
+/* $OpenBSD: spif.c,v 1.20 2017/12/30 23:08:29 guenther Exp $ */
/*
* Copyright (c) 1999-2002 Jason L. Wright (jason@thought.net)
#include <sys/proc.h>
#include <sys/device.h>
#include <sys/kernel.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/errno.h>
#include <sys/ioctl.h>
#include <sys/mbuf.h>
-/* $OpenBSD: uaudio.c,v 1.127 2017/05/03 06:58:11 ratchov Exp $ */
+/* $OpenBSD: uaudio.c,v 1.128 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: uaudio.c,v 1.90 2004/10/29 17:12:53 kent Exp $ */
/*
#include <sys/device.h>
#include <sys/ioctl.h>
#include <sys/tty.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/selinfo.h>
#include <sys/poll.h>
-/* $OpenBSD: ucom.c,v 1.65 2015/03/14 03:38:49 jsg Exp $ */
+/* $OpenBSD: ucom.c,v 1.66 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: ucom.c,v 1.49 2003/01/01 00:10:25 thorpej Exp $ */
/*
#include <sys/ioctl.h>
#include <sys/conf.h>
#include <sys/tty.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/selinfo.h>
#include <sys/vnode.h>
#include <sys/device.h>
-/* $OpenBSD: ugen.c,v 1.96 2017/07/21 20:13:41 ians Exp $ */
+/* $OpenBSD: ugen.c,v 1.97 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: ugen.c,v 1.63 2002/11/26 18:49:48 christos Exp $ */
/* $FreeBSD: src/sys/dev/usb/ugen.c,v 1.26 1999/11/17 22:33:41 n_hibma Exp $ */
#include <sys/ioctl.h>
#include <sys/conf.h>
#include <sys/tty.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/selinfo.h>
#include <sys/vnode.h>
#include <sys/poll.h>
-/* $OpenBSD: umidi.c,v 1.45 2017/04/08 02:57:25 deraadt Exp $ */
+/* $OpenBSD: umidi.c,v 1.46 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: umidi.c,v 1.16 2002/07/11 21:14:32 augustss Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
#include <sys/device.h>
#include <sys/ioctl.h>
#include <sys/conf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/selinfo.h>
#include <sys/poll.h>
-/* $OpenBSD: uvideo.c,v 1.195 2017/08/21 14:38:32 jsg Exp $ */
+/* $OpenBSD: uvideo.c,v 1.196 2017/12/30 23:08:29 guenther Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
#include <sys/device.h>
#include <sys/ioctl.h>
#include <sys/tty.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/selinfo.h>
#include <sys/lock.h>
#include <sys/stat.h>
-/* $OpenBSD: vnd.c,v 1.165 2017/07/19 14:54:29 deraadt Exp $ */
+/* $OpenBSD: vnd.c,v 1.166 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: vnd.c,v 1.26 1996/03/30 23:06:11 christos Exp $ */
/*
#include <sys/disk.h>
#include <sys/stat.h>
#include <sys/vnode.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/uio.h>
#include <sys/conf.h>
#include <sys/dkio.h>
-/* $OpenBSD: cd9660_vfsops.c,v 1.85 2017/12/11 05:27:40 deraadt Exp $ */
+/* $OpenBSD: cd9660_vfsops.c,v 1.86 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: cd9660_vfsops.c,v 1.26 1997/06/13 15:38:58 pk Exp $ */
/*-
#include <sys/specdev.h>
#include <sys/mount.h>
#include <sys/buf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/disklabel.h>
#include <sys/ioctl.h>
#include <sys/cdio.h>
-/* $OpenBSD: exec_elf.c,v 1.141 2017/09/07 11:32:14 bluhm Exp $ */
+/* $OpenBSD: exec_elf.c,v 1.142 2017/12/30 23:08:29 guenther Exp $ */
/*
* Copyright (c) 1996 Per Fogelstrom
#include <sys/syslog.h>
#include <sys/exec.h>
#include <sys/exec_elf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/ptrace.h>
#include <sys/syscall.h>
#include <sys/signalvar.h>
-/* $OpenBSD: kern_acct.c,v 1.33 2017/01/21 05:42:03 guenther Exp $ */
+/* $OpenBSD: kern_acct.c,v 1.34 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: kern_acct.c,v 1.42 1996/02/04 02:15:12 christos Exp $ */
/*-
#include <sys/proc.h>
#include <sys/mount.h>
#include <sys/vnode.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/syslog.h>
#include <sys/kernel.h>
#include <sys/namei.h>
-/* $OpenBSD: kern_ktrace.c,v 1.93 2017/11/28 06:03:41 guenther Exp $ */
+/* $OpenBSD: kern_ktrace.c,v 1.94 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: kern_ktrace.c,v 1.23 1996/02/09 18:59:36 christos Exp $ */
/*
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/sched.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/namei.h>
#include <sys/vnode.h>
#include <sys/lock.h>
-/* $OpenBSD: kern_sig.c,v 1.213 2017/11/27 01:20:12 guenther Exp $ */
+/* $OpenBSD: kern_sig.c,v 1.214 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: kern_sig.c,v 1.54 1996/04/22 01:38:32 christos Exp $ */
/*
#include <sys/proc.h>
#include <sys/systm.h>
#include <sys/acct.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/filedesc.h>
#include <sys/kernel.h>
#include <sys/wait.h>
-/* $OpenBSD: spec_vnops.c,v 1.89 2016/04/05 19:26:15 natano Exp $ */
+/* $OpenBSD: spec_vnops.c,v 1.90 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: spec_vnops.c,v 1.29 1996/04/22 01:42:38 christos Exp $ */
/*
#include <sys/stat.h>
#include <sys/errno.h>
#include <sys/ioctl.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/disklabel.h>
#include <sys/lockf.h>
#include <sys/poll.h>
-/* $OpenBSD: tty.c,v 1.134 2017/06/29 04:10:07 deraadt Exp $ */
+/* $OpenBSD: tty.c,v 1.135 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: tty.c,v 1.68.4.2 1996/06/06 16:04:52 thorpej Exp $ */
/*-
#define TTYDEFCHARS
#include <sys/tty.h>
#undef TTYDEFCHARS
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/conf.h>
#include <sys/uio.h>
#include <sys/kernel.h>
-/* $OpenBSD: tty_tty.c,v 1.20 2016/09/06 08:13:23 tedu Exp $ */
+/* $OpenBSD: tty_tty.c,v 1.21 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: tty_tty.c,v 1.13 1996/03/30 22:24:46 christos Exp $ */
/*-
#include <sys/tty.h>
#include <sys/vnode.h>
#include <sys/lock.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#define cttyvp(p) \
-/* $OpenBSD: msdosfs_vfsops.c,v 1.85 2017/12/11 05:27:40 deraadt Exp $ */
+/* $OpenBSD: msdosfs_vfsops.c,v 1.86 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: msdosfs_vfsops.c,v 1.48 1997/10/18 02:54:57 briggs Exp $ */
/*-
#include <sys/specdev.h> /* XXX */ /* defines v_rdev */
#include <sys/mount.h>
#include <sys/buf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/disklabel.h>
#include <sys/ioctl.h>
#include <sys/malloc.h>
-/* $OpenBSD: bpf.c,v 1.164 2017/08/11 21:24:19 mpi Exp $ */
+/* $OpenBSD: bpf.c,v 1.165 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: bpf.c,v 1.33 1997/02/21 23:59:35 thorpej Exp $ */
/*
#include <sys/ioctl.h>
#include <sys/conf.h>
#include <sys/vnode.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/socket.h>
#include <sys/poll.h>
#include <sys/kernel.h>
-/* $OpenBSD: if_tun.c,v 1.178 2017/08/11 21:24:19 mpi Exp $ */
+/* $OpenBSD: if_tun.c,v 1.179 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */
/*
#include <sys/errno.h>
#include <sys/syslog.h>
#include <sys/selinfo.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/time.h>
#include <sys/device.h>
#include <sys/vnode.h>
-/* $OpenBSD: ppp_tty.c,v 1.46 2017/01/24 10:08:30 krw Exp $ */
+/* $OpenBSD: ppp_tty.c,v 1.47 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: ppp_tty.c,v 1.12 1997/03/24 21:23:10 christos Exp $ */
/*
#include <sys/socket.h>
#include <sys/timeout.h>
#include <sys/ioctl.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/tty.h>
#include <sys/kernel.h>
#include <sys/conf.h>
-/* $OpenBSD: cd.c,v 1.221 2017/09/08 05:36:53 deraadt Exp $ */
+/* $OpenBSD: cd.c,v 1.222 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: cd.c,v 1.100 1997/04/02 02:29:30 mycroft Exp $ */
/*
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/timeout.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/mtio.h>
-/* $OpenBSD: sd.c,v 1.274 2017/09/08 05:36:53 deraadt Exp $ */
+/* $OpenBSD: sd.c,v 1.275 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: sd.c,v 1.111 1997/04/02 02:29:41 mycroft Exp $ */
/*-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/timeout.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/mtio.h>
-/* $OpenBSD: ext2fs_vfsops.c,v 1.100 2017/12/11 05:27:40 deraadt Exp $ */
+/* $OpenBSD: ext2fs_vfsops.c,v 1.101 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: ext2fs_vfsops.c,v 1.1 1997/06/11 09:34:07 bouyer Exp $ */
/*
#include <sys/buf.h>
#include <sys/disk.h>
#include <sys/mbuf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/disklabel.h>
#include <sys/ioctl.h>
#include <sys/errno.h>
-/* $OpenBSD: ext2fs_vnops.c,v 1.77 2016/03/19 12:04:16 natano Exp $ */
+/* $OpenBSD: ext2fs_vnops.c,v 1.78 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: ext2fs_vnops.c,v 1.1 1997/06/11 09:34:09 bouyer Exp $ */
/*
#include <sys/systm.h>
#include <sys/resourcevar.h>
#include <sys/kernel.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/stat.h>
#include <sys/proc.h>
#include <sys/conf.h>
-/* $OpenBSD: ffs_vfsops.c,v 1.170 2017/12/14 20:20:38 deraadt Exp $ */
+/* $OpenBSD: ffs_vfsops.c,v 1.171 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: ffs_vfsops.c,v 1.19 1996/02/09 22:22:26 christos Exp $ */
/*
#include <sys/mount.h>
#include <sys/buf.h>
#include <sys/mbuf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/errno.h>
#include <sys/malloc.h>
-/* $OpenBSD: ufs_quota.c,v 1.39 2016/03/19 12:04:16 natano Exp $ */
+/* $OpenBSD: ufs_quota.c,v 1.40 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: ufs_quota.c,v 1.8 1996/02/09 22:36:09 christos Exp $ */
/*
#include <sys/systm.h>
#include <sys/namei.h>
#include <sys/malloc.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/proc.h>
#include <sys/vnode.h>
#include <sys/mount.h>
-/* $OpenBSD: uvm_swap.c,v 1.141 2017/04/09 18:14:39 dhill Exp $ */
+/* $OpenBSD: uvm_swap.c,v 1.142 2017/12/30 23:08:29 guenther Exp $ */
/* $NetBSD: uvm_swap.c,v 1.40 2000/11/17 11:39:39 mrg Exp $ */
/*
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/vnode.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/extent.h>
#include <sys/mount.h>
#include <sys/pool.h>