bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/3] Use the new _hurd_exec_file_name function


From: Carl Fredrik Hammar
Subject: Re: [PATCH 3/3] Use the new _hurd_exec_file_name function
Date: Mon, 31 May 2010 18:17:46 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]