From owner-cvs-src-old@FreeBSD.ORG Fri Apr 2 06:50:48 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 C054F1065672 for ; Fri, 2 Apr 2010 06:50:48 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BFCE8FC1B for ; Fri, 2 Apr 2010 06:50:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o326omC5095520 for ; Fri, 2 Apr 2010 06:50:48 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o326omj9095519 for cvs-src-old@freebsd.org; Fri, 2 Apr 2010 06:50:48 GMT (envelope-from netchild@repoman.freebsd.org) Message-Id: <201004020650.o326omj9095519@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to netchild@repoman.freebsd.org using -f From: Alexander Leidinger Date: Fri, 2 Apr 2010 06:50:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c 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: Fri, 02 Apr 2010 06:50:48 -0000 netchild 2010-04-02 06:50:28 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c Log: SVN rev 206081 on 2010-04-02 06:50:28Z by netchild Re-apply r205683 with some modifications: Fix some bogus values in linprocfs. Submitted by: Petr Salinger Verified on: GNU/kFreeBSD debian 8.0-1-686 (by submitter) PR: 144584 Reviewed by / discussed with: kib, des, jhb, submitter Revision Changes Path 1.149 +23 -15 src/sys/compat/linprocfs/linprocfs.c