Subversion Repositories HelenOS

Rev

Rev 2968 | Rev 2972 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2968 Rev 2969
Line 38... Line 38...
38
#include <unistd.h>
38
#include <unistd.h>
39
#include <fcntl.h>
39
#include <fcntl.h>
40
#include <sys/types.h>
40
#include <sys/types.h>
41
#include <as.h>
41
#include <as.h>
42
 
42
 
43
#include "elf.h"
43
#include <elf.h>
44
#include "elf_load.h"
44
#include <elf_load.h>
45
 
45
 
46
int main(int argc, char *argv[])
46
int main(int argc, char *argv[])
47
{
47
{
48
    elf_info_t prog_info;
48
    elf_info_t prog_info;
49
    elf_info_t interp_info;
49
    elf_info_t interp_info;