Subject: Re: heads up: 64 bit inode changes
To: Christos Zoulas <christos@zoulas.com>
From: Dan McGregor <danismostlikely@gmail.com>
List: current-users
Date: 08/20/2005 17:27:00
On 8/18/05, Christos Zoulas <christos@zoulas.com> wrote:
>
> Please let me know if there are any problems!

When I tried to recompile my kernel, there as an extra semi-colon on
line 522 of  sys/compat/netbsd32/netbsd32.h.  This only appeard for me
on an AMD64 machine.

Here's my patch:

Index: sys/compat/netbsd32/netbsd32.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvsroot/src/sys/compat/netbsd32/netbsd32.h,v
retrieving revision 1.39
diff -u -r1.39 netbsd32.h
--- sys/compat/netbsd32/netbsd32.h      19 Aug 2005 04:24:38 -0000      1.3=
9
+++ sys/compat/netbsd32/netbsd32.h      20 Aug 2005 23:24:49 -0000
@@ -519,7 +519,7 @@
 #ifdef __x86_64__
 __attribute__((packed))
 #endif
-;
+
=20
 /* from <sys/statvfs.h> */
 typedef netbsd32_pointer_t netbsd32_statvfsp_t;