make the previous apply only to x86_64.
This commit is contained in:
parent
26a2ca0397
commit
ffd3aa297e
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: netbsd32.h,v 1.44 2005/10/07 14:40:06 chs Exp $ */
|
||||
/* $NetBSD: netbsd32.h,v 1.45 2005/10/07 14:46:04 chs Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998, 2001 Matthew R. Green
|
||||
|
@ -494,7 +494,11 @@ struct netbsd32_stat13 {
|
|||
u_int32_t st_spare; /* file generation number */
|
||||
struct netbsd32_timespec st_birthtimespec;
|
||||
u_int32_t st_spare2;
|
||||
} __attribute__((packed));
|
||||
}
|
||||
#ifdef __x86_64__
|
||||
__attribute__((packed))
|
||||
#endif
|
||||
;
|
||||
|
||||
typedef netbsd32_pointer_t netbsd32_statp_t;
|
||||
struct netbsd32_stat {
|
||||
|
|
Loading…
Reference in New Issue