Restore struct sysctl padding member name, which was damaged during
__unused removal on arguments.
This commit is contained in:
parent
38eee9115b
commit
4f6a64a639
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: linux_types.h,v 1.28 2008/04/28 20:23:44 martin Exp $ */
|
/* $NetBSD: linux_types.h,v 1.29 2009/01/05 09:18:27 njoly Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
|
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
|
||||||
@ -97,7 +97,7 @@ struct linux___sysctl {
|
|||||||
size_t *oldlenp;
|
size_t *oldlenp;
|
||||||
void *newval;
|
void *newval;
|
||||||
size_t newlen;
|
size_t newlen;
|
||||||
unsigned long0[4];
|
unsigned long __unused0[4];
|
||||||
};
|
};
|
||||||
|
|
||||||
#include <compat/linux/common/linux_siginfo.h>
|
#include <compat/linux/common/linux_siginfo.h>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: linux32_types.h,v 1.9 2008/12/05 23:30:19 njoly Exp $ */
|
/* $NetBSD: linux32_types.h,v 1.10 2009/01/05 09:18:27 njoly Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2006 Emmanuel Dreyfus, all rights reserved.
|
* Copyright (c) 2006 Emmanuel Dreyfus, all rights reserved.
|
||||||
@ -72,7 +72,7 @@ struct linux32_sysctl {
|
|||||||
netbsd32_size_tp oldlenp;
|
netbsd32_size_tp oldlenp;
|
||||||
netbsd32_voidp newval;
|
netbsd32_voidp newval;
|
||||||
netbsd32_size_t newlen;
|
netbsd32_size_t newlen;
|
||||||
unsigned int0[4];
|
unsigned int __unused0[4];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct linux32_tms {
|
struct linux32_tms {
|
||||||
|
Loading…
Reference in New Issue
Block a user