diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2009-03-04 12:14:33 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2009-03-04 12:14:33 +0000 |
| commit | 4d7c2e8a483ba53273aa5cbad8ee3f6fc3dbd791 (patch) | |
| tree | 62f76cca88478d27784a620e697797cefd2ec667 /sys/i386/linux/linux.h | |
| parent | 09efd0ec6a6bd656dd613ee7110f3ab4e118fdd4 (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux.h')
| -rw-r--r-- | sys/i386/linux/linux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index f9c7ee59f6e7..ca01c894a375 100644 --- a/sys/i386/linux/linux.h +++ b/sys/i386/linux/linux.h @@ -102,6 +102,10 @@ typedef struct { #define LINUX_CTL_MAXNAME 10 +#define LINUX_AT_COUNT 16 /* Count of used aux entry types. + * Keep this synchronized with + * elf_linux_fixup() code. + */ struct l___sysctl_args { l_int *name; |
