From owner-cvs-src@FreeBSD.ORG Fri Sep 3 15:19:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B39A16A4CE; Fri, 3 Sep 2004 15:19:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BCD443D1F; Fri, 3 Sep 2004 15:19:06 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i83FJ6VC041394; Fri, 3 Sep 2004 15:19:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i83FJ66V041393; Fri, 3 Sep 2004 15:19:06 GMT (envelope-from jhb) Message-Id: <200409031519.i83FJ66V041393@repoman.freebsd.org> From: John Baldwin Date: Fri, 3 Sep 2004 15:19:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sbin/fsck_ffs setup.c src/sbin/newfs mkfs.c src/sys/ufs/ffs fs.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 03 Sep 2004 15:19:06 -0000 jhb 2004-09-03 15:19:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/fsck_ffs setup.c sbin/newfs mkfs.c sys/ufs/ffs fs.h Log: MFC: Generalize the UFS bad magic value so that it applies to both UFS1 and UFS2. Approved by: re (scottl) Revision Changes Path 1.47.2.1 +2 -2 src/sbin/fsck_ffs/setup.c 1.85.2.1 +9 -4 src/sbin/newfs/mkfs.c 1.43.2.1 +1 -1 src/sys/ufs/ffs/fs.h