From owner-cvs-src@FreeBSD.ORG Thu Aug 7 12:15:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CE7B106567E; Thu, 7 Aug 2008 12:15:59 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E4CBD8FC15; Thu, 7 Aug 2008 12:15:58 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m77CFwnb034218; Thu, 7 Aug 2008 12:15:58 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m77CFwnw034217; Thu, 7 Aug 2008 12:15:58 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200808071215.m77CFwnw034217@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Thu, 7 Aug 2008 12:15:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sparc64/sparc64 autoconf.c mem.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: Thu, 07 Aug 2008 12:15:59 -0000 marius 2008-08-07 12:15:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/sparc64 autoconf.c mem.c Log: SVN rev 181368 on 2008-08-07 12:15:47Z by marius MFC: r180664 - Remove redundant inclusion of opt_global.h. - Use __FBSDID in autoconf.c. Revision Changes Path 1.14.2.1 +3 -3 src/sys/sparc64/sparc64/autoconf.c 1.18.2.1 +0 -1 src/sys/sparc64/sparc64/mem.c