summaryrefslogtreecommitdiff
path: root/elf.h
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2017-08-29 14:11:59 -0400
committerRobert Morris <[email protected]>2017-08-29 14:11:59 -0400
commit4638cabf8c52c5f08f83942103f2375d2ed46388 (patch)
tree0ff969a00aac465b9c04866b41697bc3e775f815 /elf.h
parent164f4bae54286e1635b24efa03a1c565b9048b4a (diff)
downloadxv6-labs-4638cabf8c52c5f08f83942103f2375d2ed46388.tar.gz
xv6-labs-4638cabf8c52c5f08f83942103f2375d2ed46388.tar.bz2
xv6-labs-4638cabf8c52c5f08f83942103f2375d2ed46388.zip
fix runoff complaints about pagination and long lines
Diffstat (limited to 'elf.h')
-rw-r--r--elf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/elf.h b/elf.h
index 7994abf..d16c967 100644
--- a/elf.h
+++ b/elf.h
@@ -40,6 +40,3 @@ struct proghdr {
#define ELF_PROG_FLAG_EXEC 1
#define ELF_PROG_FLAG_WRITE 2
#define ELF_PROG_FLAG_READ 4
-
-//PAGEBREAK!
-// Blank page.