Hi, On Wed, May 26, 2010 at 11:32:16PM +0200, Emilio Pozuelo Monfort wrote: > diff --git a/utils/fakeauth.c b/utils/fakeauth.c > index 49fa7f1..ccc0855 100644 > --- a/utils/fakeauth.c > +++ b/utils/fakeauth.c > @@ -1,5 +1,5 @@ > /* fakeauth -- proxy auth server to lie to users about what their IDs are > - Copyright (C) 2002 Free Software Foundation, Inc. > + Copyright (C) 2002,10 Free Software Foundation, Inc.
Reformat. > @@ -413,7 +413,7 @@ believe it has restricted them to different identities or > no identity at all.\ > if (err) > error (3, err, "proc_child"); > > - err = _hurd_exec (newtask, execfile, &argv[argi], environ); > + err = _hurd_exec_file_name (newtask, execfile, argv[argi], &argv[argi], > environ); > mach_port_deallocate (mach_task_self (), newtask); > mach_port_deallocate (mach_task_self (), execfile); > if (err) Break the line. > diff --git a/utils/shd.c b/utils/shd.c > index 0587fa4..95b3ad1 100644 > --- a/utils/shd.c > +++ b/utils/shd.c > @@ -1,5 +1,5 @@ > /* > - Copyright (C) 1994,95,99,2002 Free Software Foundation > + Copyright (C) 1994,95,99,2002,10 Free Software Foundation > > This program is free software; you can redistribute it and/or > modify it under the terms of the GNU General Public License as Reformat. Regards, Fredrik