From: Rich Felker Date: Sun, 3 Jul 2016 18:38:53 +0000 (-0400) Subject: fix misplaced indention in sys/procfs.h X-Git-Tag: v1.1.15~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=093288dcb37a30c634b0a00eb7e2a0dbe72ebf95;p=oweals%2Fmusl.git fix misplaced indention in sys/procfs.h --- diff --git a/include/sys/procfs.h b/include/sys/procfs.h index f7936c43..2a928751 100644 --- a/include/sys/procfs.h +++ b/include/sys/procfs.h @@ -34,7 +34,7 @@ struct elf_prstatus { #define ELF_PRARGSZ 80 struct elf_prpsinfo - { +{ char pr_state; char pr_sname; char pr_zomb;