From owner-cvs-src@FreeBSD.ORG Fri Mar 21 18:31:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E4851065672; Fri, 21 Mar 2008 18:31:43 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E8A88FC2E; Fri, 21 Mar 2008 18:31:43 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2LIVh52098278; Fri, 21 Mar 2008 18:31:43 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2LIVg1a098275; Fri, 21 Mar 2008 18:31:42 GMT (envelope-from bz) Message-Id: <200803211831.m2LIVg1a098275@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 21 Mar 2008 18:31:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netipsec xform_tcp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2008 18:31:43 -0000 bz 2008-03-21 18:31:42 UTC FreeBSD src repository Modified files: sys/netipsec xform_tcp.c Log: Add ';' missed with the SYSINIT changes. Not noticed by tb as TCP_SIGNATURE is not in LINT. MFC after: 1 month Revision Changes Path 1.6 +1 -1 src/sys/netipsec/xform_tcp.c