From a0d9474a34143dc9663d6ae183a89674c91bf90e Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 24 Mar 1997 11:52:29 +0000 Subject: Don't include in the kernel. Stage 4: include and sometimes instead of in miscellaneous files. Most of these files have nothing to do with ttys but need to include to get the definitions of TIOC[SG]PGRP which are (ab)used to convert F[SG]ETOWN fcntls into ioctls. --- sys/kern/sys_socket.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/kern/sys_socket.c') diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c index f8b027d..c3e6615 100644 --- a/sys/kern/sys_socket.c +++ b/sys/kern/sys_socket.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)sys_socket.c 8.1 (Berkeley) 6/10/93 - * $Id: sys_socket.c,v 1.10 1997/02/22 09:39:20 peter Exp $ + * $Id: sys_socket.c,v 1.11 1997/03/23 03:36:25 bde Exp $ */ #include @@ -45,7 +45,8 @@ #include #include #include -#include +#include /* XXX */ +#include #include #include -- cgit v1.1