Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jun 2004 16:20:25 -0700 (PDT)
From:      Sergey Matveychuk <sem@ciam.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/65933: [MAINTAINER] sysutils/grub: fix non-critical bugs in UFS2 patch
Message-ID:  <200406052320.i55NKPtP091591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/65933; it has been noted by GNATS.

From: Sergey Matveychuk <sem@ciam.ru>
To: freebsd-gnats-submit@FreeBSD.org, Pav Lucistnik <pav@FreeBSD.org>
Cc:  
Subject: Re: ports/65933: [MAINTAINER] sysutils/grub: fix non-critical bugs
 in UFS2 patch
Date: Sun, 06 Jun 2004 03:15:33 +0400

 This is a multi-part message in MIME format.
 --------------020409090009040508050403
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hmm... It's strange. I remember I've fixed it.
 
 Apply this patch please.
 
 -- 
 Sem.
 
 --------------020409090009040508050403
 Content-Type: text/plain;
  name="grub-4_x.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="grub-4_x.patch"
 
 diff -ruN grub.orig/files/patch-ufs2 grub/files/patch-ufs2
 --- grub.orig/files/patch-ufs2	Sun Jun  6 02:41:51 2004
 +++ grub/files/patch-ufs2	Sun Jun  6 03:05:57 2004
 @@ -587,12 +587,12 @@
  + * __uint* constants already defined in
  + * FreeBSD's /usr/include/machine/_types.h
  + */
 -+#ifndef _MACHINE__TYPES_H_
 ++#if !defined(_MACHINE__TYPES_H_) && !defined(_MACHINE_ANSI_H_)
  +typedef uint8_t                __uint8_t;
  +typedef uint16_t               __uint16_t;
  +typedef uint32_t               __uint32_t;
  +typedef uint64_t               __uint64_t;
 -+#endif /* _MACHINE__TYPES_H_ */
 ++#endif /* !_MACHINE__TYPES_H_ && !_MACHINE_ANSI_H_ */
  +
  +#define i_size di_size
  +
 
 --------------020409090009040508050403--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406052320.i55NKPtP091591>