From owner-cvs-sys Sat May 24 17:03:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA26425 for cvs-sys-outgoing; Sat, 24 May 1997 17:03:15 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA26410; Sat, 24 May 1997 17:03:04 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id RAA22763; Sat, 24 May 1997 17:01:48 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd022761; Sun May 25 00:01:38 1997 Date: Sat, 24 May 1997 17:01:02 -0700 (PDT) From: Julian Elischer To: Peter Wemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, Archie Cobbs Subject: Re: cvs commit: src/sys/sys protosw.h src/sys/kern uipc_socket2.c src/sys/netinet ip_divert.c In-Reply-To: <199705241723.KAA07132@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eh.. I was part way through doing this when I saw your commits we can check it here.. (whistle) julian On Sat, 24 May 1997, Peter Wemm wrote: > peter 1997/05/24 10:23:11 PDT > > Modified files: > sys/sys protosw.h > sys/kern uipc_socket2.c > sys/netinet ip_divert.c > Log: > Attempt to convert the ip_divert code to use the new-style protocol request > switch. I needed 'LINT' to compile for other reasons so I kinda got the > blood on my hands. Note: I don't know how to test this, I don't know if > it works correctly. > > Revision Changes Path > 1.18 +3 -1 src/sys/sys/protosw.h > 1.25 +7 -1 src/sys/kern/uipc_socket2.c > 1.9 +89 -103 src/sys/netinet/ip_divert.c >