diff options
author | Rich Felker <dalias@aerifal.cx> | 2016-07-03 14:38:53 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016-07-03 15:02:24 -0400 |
commit | 093288dcb37a30c634b0a00eb7e2a0dbe72ebf95 (patch) | |
tree | 62bf6a79f17c525cfed1a3d40af83fa4fb499d31 /include | |
parent | format mips bits/termios.h consistently mips64 and n32 versions (diff) | |
download | grovel-093288dcb37a30c634b0a00eb7e2a0dbe72ebf95.tar.gz grovel-093288dcb37a30c634b0a00eb7e2a0dbe72ebf95.tar.xz |
fix misplaced indention in sys/procfs.h
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/procfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |