From owner-cvs-all@FreeBSD.ORG Sun Feb 1 13:52:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01BB816A4CE; Sun, 1 Feb 2004 13:52:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD62143D5D; Sun, 1 Feb 2004 13:52:09 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i11Lq90B010037; Sun, 1 Feb 2004 13:52:09 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i11Lq9bu010033; Sun, 1 Feb 2004 13:52:09 -0800 (PST) (envelope-from rwatson) Message-Id: <200402012152.i11Lq9bu010033@repoman.freebsd.org> From: Robert Watson Date: Sun, 1 Feb 2004 13:52:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac_stub mac_stub.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2004 21:52:14 -0000 rwatson 2004/02/01 13:52:09 PST FreeBSD src repository Modified files: sys/security/mac_stub mac_stub.c Log: Commit file missed in last pass: MAC api uses 'struct pipepair', not 'struct pipe' now. Revision Changes Path 1.38 +8 -8 src/sys/security/mac_stub/mac_stub.c