/[hurd]/hurd/exec/exec.c
ViewVC logotype

Diff of /hurd/exec/exec.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.82 by roland, Tue Jan 1 03:25:50 2002 UTC revision 1.83 by roland, Wed Jan 2 11:21:30 2002 UTC
# Line 1  Line 1 
1  /* GNU Hurd standard exec server.  /* GNU Hurd standard exec server.
2     Copyright (C) 1992,93,94,95,96,98,99,2000,01 Free Software Foundation, Inc.     Copyright (C) 1992,93,94,95,96,98,99,2000,01,02
3            Free Software Foundation, Inc.
4     Written by Roland McGrath.     Written by Roland McGrath.
5    
6     Can exec ELF format directly.     Can exec ELF format directly.
# Line 1453  do_exec (file_t file, Line 1454  do_exec (file_t file,
1454        e.error = task_create (((flags & EXEC_SECURE) ||        e.error = task_create (((flags & EXEC_SECURE) ||
1455                                oldtask == MACH_PORT_NULL) ?                                oldtask == MACH_PORT_NULL) ?
1456                               mach_task_self () : oldtask,                               mach_task_self () : oldtask,
1457    #ifdef KERN_INVALID_LEDGER
1458                                   NULL, 0, /* OSF Mach */
1459    #endif
1460                               0, &newtask);                               0, &newtask);
1461        if (e.error)        if (e.error)
1462          goto out;          goto out;

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26