From b72fe7ea889860a36c651a4d15e62d461d5feaa8 Mon Sep 17 00:00:00 2001 From: wollman Date: Sun, 17 Aug 1997 19:47:28 +0000 Subject: Delete a bit of debugging code that mistakenly crept in, and as a consequence revert rev. 1.28's header file additions which are no longer needed. --- sys/kern/uipc_syscalls.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sys/kern/uipc_syscalls.c') diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c index aab8734..f8275d5 100644 --- a/sys/kern/uipc_syscalls.c +++ b/sys/kern/uipc_syscalls.c @@ -56,10 +56,6 @@ #include #endif -#include -#include -#include - extern int sendit __P((struct proc *p, int s, struct msghdr *mp, int flags, int *retsize)); extern int recvit __P((struct proc *p, int s, struct msghdr *mp, @@ -255,9 +251,6 @@ accept1(p, uap, retval, compat) goto gotnoname; return 0; } - if ((u_long)sa < KERNBASE) { - panic("accept1 bad sa"); - } if (uap->name) { #ifdef COMPAT_OLDSOCK if (compat) -- cgit v1.1