X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Kernel%2Fbin%2Felf.c;h=c524cf816b9c351a93af6fc6841e449f2a8340fa;hb=7584f0ce4bf47b67ef408afe947ee8a00999a4fc;hp=90a092f63736f7f876f80f6f3353ac0948327bd5;hpb=630e15108b5938d3443acdbaa58b6461fb06dac3;p=tpg%2Facess2.git diff --git a/Kernel/bin/elf.c b/Kernel/bin/elf.c index 90a092f6..c524cf81 100644 --- a/Kernel/bin/elf.c +++ b/Kernel/bin/elf.c @@ -9,7 +9,6 @@ #define DEBUG_WARN 1 - // === PROTOTYPES === tBinary *Elf_Load(int fp); int Elf_Relocate(void *Base);