Browse Source

fix misplaced indention in sys/procfs.h

master
Rich Felker 10 years ago
parent
commit
093288dcb3
  1. 2
      include/sys/procfs.h

2
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;

Loading…
Cancel
Save