From owner-cvs-src-old@FreeBSD.ORG Tue Oct 12 15:59:10 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85AC3106564A for ; Tue, 12 Oct 2010 15:59:10 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 58C198FC0A for ; Tue, 12 Oct 2010 15:59:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9CFxAAP081964 for ; Tue, 12 Oct 2010 15:59:10 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9CFxAxZ081963 for cvs-src-old@freebsd.org; Tue, 12 Oct 2010 15:59:10 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201010121559.o9CFxAxZ081963@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Tue, 12 Oct 2010 15:58:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/devfs devfs.h devfs_int.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2010 15:59:10 -0000 jh 2010-10-12 15:58:52 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs.h devfs_int.h Log: SVN rev 213725 on 2010-10-12 15:58:52Z by jh Format prototypes to follow style(9) more closely. Discussed with: kib, phk Revision Changes Path 1.39 +19 -16 src/sys/fs/devfs/devfs.h 1.12 +6 -6 src/sys/fs/devfs/devfs_int.h