ports/65933: [MAINTAINER] sysutils/grub: fix non-critical bugs in UFS2 patch

Sergey Matveychuk sem at ciam.ru
Sat Jun 5 23:20:36 UTC 2004


The following reply was made to PR ports/65933; it has been noted by GNATS.

From: Sergey Matveychuk <sem at ciam.ru>
To: freebsd-gnats-submit at FreeBSD.org, Pav Lucistnik <pav at 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--



More information about the freebsd-ports-bugs mailing list