tty_pts.c (2b68eb8e1dbbdaf6a0df1c83b26f5403ca52d4c3) | tty_pts.c (31d1b816fe139f46083f8609c34b7d129a6e2ee0) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> 5 * All rights reserved. 6 * 7 * Portions of this software were developed under sponsorship from Snow 8 * B.V., the Netherlands. --- 46 unchanged lines hidden (view full) --- 55#include <sys/proc.h> 56#include <sys/racct.h> 57#include <sys/resourcevar.h> 58#include <sys/serial.h> 59#include <sys/stat.h> 60#include <sys/syscall.h> 61#include <sys/syscallsubr.h> 62#include <sys/sysctl.h> | 1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> 5 * All rights reserved. 6 * 7 * Portions of this software were developed under sponsorship from Snow 8 * B.V., the Netherlands. --- 46 unchanged lines hidden (view full) --- 55#include <sys/proc.h> 56#include <sys/racct.h> 57#include <sys/resourcevar.h> 58#include <sys/serial.h> 59#include <sys/stat.h> 60#include <sys/syscall.h> 61#include <sys/syscallsubr.h> 62#include <sys/sysctl.h> |
63#include <sys/sysent.h> | |
64#include <sys/sysproto.h> 65#include <sys/systm.h> 66#include <sys/tty.h> 67#include <sys/ttycom.h> 68#include <sys/uio.h> 69#include <sys/user.h> 70 71#include <machine/stdarg.h> --- 805 unchanged lines hidden --- | 63#include <sys/sysproto.h> 64#include <sys/systm.h> 65#include <sys/tty.h> 66#include <sys/ttycom.h> 67#include <sys/uio.h> 68#include <sys/user.h> 69 70#include <machine/stdarg.h> --- 805 unchanged lines hidden --- |