Changeset 90b8d58 in mainline for uspace/srv/loader/elf_load.c


Ignore:
Timestamp:
2011-07-23T12:58:15Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bfdb5af1
Parents:
5baf209
Message:

Remove surplus definition of NT_PRSTATUS.
Remove one surplus copy of elf.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/elf_load.c

    r5baf209 r90b8d58  
    4949#include <assert.h>
    5050#include <as.h>
     51#include <elf/elf.h>
    5152#include <unistd.h>
    5253#include <fcntl.h>
     
    5556#include <entry_point.h>
    5657
    57 #include "elf.h"
    5858#include "elf_load.h"
    5959
Note: See TracChangeset for help on using the changeset viewer.