/[hurd]/hurd/libdiskfs/boot-start.c
ViewVC logotype

Diff of /hurd/libdiskfs/boot-start.c

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

revision 1.58 by roland, Mon Aug 20 22:44:13 2001 UTC revision 1.59 by roland, Wed Jan 2 11:21:53 2002 UTC
# Line 1  Line 1 
1  /*  /*
2     Copyright (C) 1993,94,95,96,97,98,99,2000,01 Free Software Foundation, Inc.     Copyright (C) 1993,94,95,96,97,98,99,2000,01,02
3            Free Software Foundation, Inc.
4    
5  This file is part of the GNU Hurd.  This file is part of the GNU Hurd.
6    
# Line 246  diskfs_start_bootstrap () Line 247  diskfs_start_bootstrap ()
247    err = argz_create (environ, &exec_env, &exec_envlen);    err = argz_create (environ, &exec_env, &exec_envlen);
248    assert_perror (err);    assert_perror (err);
249    
250    err = task_create (mach_task_self (), 0, &newt);    err = task_create (mach_task_self (),
251    #ifdef KERN_INVALID_LEDGER
252                         NULL, 0,   /* OSF Mach */
253    #endif
254                         0, &newt);
255    assert_perror (err);    assert_perror (err);
256    if (_diskfs_boot_pause)    if (_diskfs_boot_pause)
257      {      {

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

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