diff options
| author | christos <christos@NetBSD.org> | 2001-02-04 22:59:26 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2001-02-04 22:59:26 +0000 |
| commit | ff4eeac9d31b9d027c29e4fbd014d4ff9e2fc83a (patch) | |
| tree | ab1bc04976a5401131444bd95c0222deb08d3bea /sys/compat/linux/arch/powerpc/linux_exec.h | |
| parent | a132b86864548b0bc005aa61340198be08c68d29 (diff) | |
cosmetic fixes.
Diffstat (limited to 'sys/compat/linux/arch/powerpc/linux_exec.h')
| -rw-r--r-- | sys/compat/linux/arch/powerpc/linux_exec.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/compat/linux/arch/powerpc/linux_exec.h b/sys/compat/linux/arch/powerpc/linux_exec.h index 29555a64353..a254460091e 100644 --- a/sys/compat/linux/arch/powerpc/linux_exec.h +++ b/sys/compat/linux/arch/powerpc/linux_exec.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.h,v 1.1 2001/01/19 01:31:23 manu Exp $ */ +/* $NetBSD: linux_exec.h,v 1.2 2001/02/04 22:59:26 christos Exp $ */ /*- * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc. @@ -98,11 +98,11 @@ */ #ifdef LINUX_SP_WRAP #define LINUX_ELF_AUX_ARGSIZ \ - ((howmany(ELF_AUX_ENTRIES * sizeof(LinuxAuxInfo), sizeof(Elf32_Addr))) + 16 \ - + LINUX_SP_WRAP) + ((howmany(ELF_AUX_ENTRIES * sizeof(LinuxAuxInfo), sizeof(Elf32_Addr))) \ + + 16 + LINUX_SP_WRAP) #else #define LINUX_ELF_AUX_ARGSIZ \ - ((howmany(ELF_AUX_ENTRIES * sizeof(LinuxAuxInfo), sizeof(Elf32_Addr))) + 16) + ((howmany(ELF_AUX_ENTRIES * sizeof(LinuxAuxInfo), sizeof(Elf32_Addr))) + 16) #endif /* XXX should use ELFNAME2 */ @@ -116,7 +116,8 @@ typedef struct { #ifdef _KERNEL __BEGIN_DECLS -void * linux_elf32_copyargs __P((struct exec_package *, struct ps_strings *, void *, void *)); +void * linux_elf32_copyargs __P((struct exec_package *, + struct ps_strings *, void *, void *)); __END_DECLS #endif /* _KERNEL */ |
