/[hurd]/hurd/libfshelp/start-translator-long.c
ViewVC logotype

Diff of /hurd/libfshelp/start-translator-long.c

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

revision 1.15 by marcus, Tue Jan 30 23:45:32 2001 UTC revision 1.16 by roland, Wed Jan 2 11:22:03 2002 UTC
# Line 1  Line 1 
1  /*  /*
2     Copyright (C) 1995,96,99,2000 Free Software Foundation, Inc.     Copyright (C) 1995,96,99,2000,02 Free Software Foundation, Inc.
3     Written by Miles Bader and Michael I. Bushnell.     Written by Miles Bader and Michael I. Bushnell.
4    
5     This file is part of the GNU Hurd.     This file is part of the GNU Hurd.
# Line 206  fshelp_start_translator_long (fshelp_ope Line 206  fshelp_start_translator_long (fshelp_ope
206      goto lose;      goto lose;
207    
208    /* Create the task for the translator.  */    /* Create the task for the translator.  */
209    err = task_create (mach_task_self (), 0, &task);    err = task_create (mach_task_self (),
210    #ifdef KERN_INVALID_LEDGER
211                         NULL, 0,   /* OSF Mach */
212    #endif
213                         0, &task);
214    if (err)    if (err)
215      goto lose;      goto lose;
216    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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