From owner-cvs-all@FreeBSD.ORG Thu May 1 14:17:46 2003 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 E58FA37B401; Thu, 1 May 2003 14:17:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84F1D43FAF; Thu, 1 May 2003 14:17:46 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h41LHk0U092196; Thu, 1 May 2003 14:17:46 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h41LHkb9092195; Thu, 1 May 2003 14:17:46 -0700 (PDT) Message-Id: <200305012117.h41LHkb9092195@repoman.freebsd.org> From: John Baldwin Date: Thu, 1 May 2003 14:17:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys proc.h 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: Thu, 01 May 2003 21:17:47 -0000 jhb 2003/05/01 14:17:46 PDT FreeBSD src repository Modified files: sys/sys proc.h Log: Small style tweaks to some members of struct session and sigio to be more consistent with other structures in this file. Revision Changes Path 1.326 +5 -5 src/sys/sys/proc.h