From owner-cvs-sys Thu Sep 21 10:50:54 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA22336 for cvs-sys-outgoing; Thu, 21 Sep 1995 10:50:54 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA22327 ; Thu, 21 Sep 1995 10:50:47 -0700 Date: Thu, 21 Sep 1995 10:50:47 -0700 From: "Garrett A. Wollman" Message-Id: <199509211750.KAA22327@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet in.c in_var.h Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk wollman 95/09/21 10:50:46 Modified: sys/netinet in.c in_var.h Log: Merge with 4.4-Lite-2. This is actually a 64-bit fix; the second parameter to in_control() is sometimes a pointer, and sometimes an integer, so use u_long rather than int. Obtained from: 4.4BSD-Lite-2