From owner-freebsd-fs@FreeBSD.ORG Wed Feb 29 19:10:13 2012 Return-Path: Delivered-To: freebsd-fs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33E721065675 for ; Wed, 29 Feb 2012 19:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 22C3F8FC14 for ; Wed, 29 Feb 2012 19:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1TJACKZ087983 for ; Wed, 29 Feb 2012 19:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1TJACSG087982; Wed, 29 Feb 2012 19:10:12 GMT (envelope-from gnats) Date: Wed, 29 Feb 2012 19:10:12 GMT Message-Id: <201202291910.q1TJACSG087982@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org From: "Jim Carroll" Cc: Subject: Re: kern/165559: ufsmount.h uses the ' export' keyword as a structure member name X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jim Carroll List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Feb 2012 19:10:13 -0000 The following reply was made to PR kern/165559; it has been noted by GNATS. From: "Jim Carroll" To: Cc: Subject: Re: kern/165559: ufsmount.h uses the 'export' keyword as a structure member name Date: Wed, 29 Feb 2012 13:07:44 -0500 This is a multipart message in MIME format. ------=_NextPart_000_0010_01CCF6E3.2168D7F0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit WHOOPS - inverted the filenames for our patch. Here is the correct patch --- /usr/include/ufs/ufs/ufsmount.h 2012-02-29 12:32:28.000000000 -0500 +++ ufsmount.h 2012-02-29 13:07:08.000000000 -0500 @@ -40,7 +40,7 @@ */ struct ufs_args { char *fspec; /* block special device to mount */ - struct oexport_args export; /* network export information */ + struct oexport_args export_; /* network export information */ }; #ifdef _KERNEL ------=_NextPart_000_0010_01CCF6E3.2168D7F0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

WHOOPS – inverted the = filenames for our patch. Here is the correct = patch

 

 

--- = /usr/include/ufs/ufs/ufsmount.h   2012-02-29 = 12:32:28.000000000 -0500

+++ = ufsmount.h 2012-02-29 13:07:08.000000000 -0500

@@ -40,7 +40,7 @@

  */

= struct ufs_args {

=     char = *fspec;           = /* block special device to mount */

-    struct    = oexport_args export;    /* network export information = */

+    = struct    oexport_args export_;   /* network = export information */

= };

 #ifdef _KERNEL

 

------=_NextPart_000_0010_01CCF6E3.2168D7F0--