From owner-cvs-sys Fri Nov 24 10:30:29 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA11937 for cvs-sys-outgoing; Fri, 24 Nov 1995 10:30:29 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA11920 ; Fri, 24 Nov 1995 10:30:06 -0800 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id KAA04963; Fri, 24 Nov 1995 10:30:05 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id KAA00201; Fri, 24 Nov 1995 10:28:41 -0800 Message-Id: <199511241828.KAA00201@corbin.Root.COM> To: Bruce Evans cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/netipx ipx_pcb.c spx_usrreq.c In-reply-to: Your message of "Fri, 24 Nov 95 04:01:10 PST." <199511241201.EAA12596@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 24 Nov 1995 10:28:41 -0800 Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk >bde 95/11/24 04:01:09 > > Modified: sys/netipx ipx_pcb.c spx_usrreq.c > Log: > Added #include . This will be required when I move > the (inline) implementations of insque() and remque() from > to . Yuck...we should change things to use the 4.4BSD queue macros. -DG