From owner-cvs-src@FreeBSD.ORG Sat Nov 18 14:37:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4573916A412; Sat, 18 Nov 2006 14:37:55 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6094743D53; Sat, 18 Nov 2006 14:37:51 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIEbsXK089945; Sat, 18 Nov 2006 14:37:54 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIEbs5l089944; Sat, 18 Nov 2006 14:37:54 GMT (envelope-from kib) Message-Id: <200611181437.kAIEbs5l089944@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 18 Nov 2006 14:37:54 +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/compat/linux linux_misc.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: Sat, 18 Nov 2006 14:37:55 -0000 kib 2006-11-18 14:37:54 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: Sync struct sysinfo with real one from linux. Submitted by: rdivacky Revision Changes Path 1.197 +2 -1 src/sys/compat/linux/linux_misc.c